chromium/cc/resources/memory_history.cc

// Copyright 2012 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "cc/resources/memory_history.h"

#include <limits>

#include "base/memory/ptr_util.h"

namespace cc {

// static
std::unique_ptr<MemoryHistory> MemoryHistory::Create() {}

MemoryHistory::MemoryHistory() = default;

void MemoryHistory::SaveEntry(const MemoryHistory::Entry& entry) {}

}  // namespace cc