| Index: content/common/gpu/gpu_memory_manager.cc
|
| diff --git a/content/common/gpu/gpu_memory_manager.cc b/content/common/gpu/gpu_memory_manager.cc
|
| index 7937ea161d7c24144993e2ca830c2e66c78901d1..9a233758f07c25235b40c77af515fb61ee9f86d2 100644
|
| --- a/content/common/gpu/gpu_memory_manager.cc
|
| +++ b/content/common/gpu/gpu_memory_manager.cc
|
| @@ -20,7 +20,6 @@
|
| #include "gpu/command_buffer/common/gpu_memory_allocation.h"
|
| #include "gpu/command_buffer/service/gpu_switches.h"
|
|
|
| -using gpu::ManagedMemoryStats;
|
| using gpu::MemoryAllocation;
|
|
|
| namespace content {
|
| @@ -208,12 +207,6 @@ void GpuMemoryManager::SetClientStateVisible(
|
| ScheduleManage(visible ? kScheduleManageNow : kScheduleManageLater);
|
| }
|
|
|
| -void GpuMemoryManager::SetClientStateManagedMemoryStats(
|
| - GpuMemoryManagerClientState* client_state,
|
| - const ManagedMemoryStats& stats) {
|
| - // TODO(ccameron): delete this from the full stack.
|
| -}
|
| -
|
| uint64 GpuMemoryManager::GetClientMemoryUsage(
|
| const GpuMemoryManagerClient* client) const {
|
| TrackingGroupMap::const_iterator tracking_group_it =
|
|
|