| Index: content/common/gpu/gpu_memory_manager.h
|
| diff --git a/content/common/gpu/gpu_memory_manager.h b/content/common/gpu/gpu_memory_manager.h
|
| index 5d2599863170e197ed99a61de07509889981b478..01967d6cecb55ce3a53fc61753a3ebfb3c243861 100644
|
| --- a/content/common/gpu/gpu_memory_manager.h
|
| +++ b/content/common/gpu/gpu_memory_manager.h
|
| @@ -62,7 +62,7 @@ class CONTENT_EXPORT GpuMemoryManager :
|
| GpuMemoryTrackingGroup* CreateTrackingGroup(
|
| base::ProcessId pid, gpu::gles2::MemoryTracker* memory_tracker);
|
|
|
| - uint64 GetClientMemoryUsage(const GpuMemoryManagerClient* client) const;
|
| + uint64 GetTrackerMemoryUsage(gpu::gles2::MemoryTracker* tracker) const;
|
| uint64 GetMaximumClientAllocation() const {
|
| return client_hard_limit_bytes_;
|
| }
|
|
|