| Index: gpu/ipc/service/gpu_memory_manager.h
|
| diff --git a/gpu/ipc/service/gpu_memory_manager.h b/gpu/ipc/service/gpu_memory_manager.h
|
| index 5d1569a067d432069604b980eebaa4f719c701a7..74f3caf3dda3549b12d427ff1038c4beaa248e59 100644
|
| --- a/gpu/ipc/service/gpu_memory_manager.h
|
| +++ b/gpu/ipc/service/gpu_memory_manager.h
|
| @@ -48,9 +48,6 @@ class GPU_EXPORT GpuMemoryManager :
|
| typedef std::map<gles2::MemoryTracker*, GpuMemoryTrackingGroup*>
|
| TrackingGroupMap;
|
|
|
| - // Send memory usage stats to the browser process.
|
| - void SendUmaStatsToHost();
|
| -
|
| // Get the current number of bytes allocated.
|
| uint64_t GetCurrentUsage() const { return bytes_allocated_current_; }
|
|
|
| @@ -68,7 +65,6 @@ class GPU_EXPORT GpuMemoryManager :
|
|
|
| // The current total memory usage, and historical maximum memory usage
|
| uint64_t bytes_allocated_current_;
|
| - uint64_t bytes_allocated_historical_max_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(GpuMemoryManager);
|
| };
|
|
|