| 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 b83e220184b8962d969e4797cfb8ae301dfe7b76..4135d2fbd9a498f06ee6088e51395ac28ffa2b04 100644
|
| --- a/content/common/gpu/gpu_memory_manager.h
|
| +++ b/content/common/gpu/gpu_memory_manager.h
|
| @@ -52,7 +52,7 @@ class CONTENT_EXPORT GpuMemoryManager :
|
| TrackingGroupMap;
|
|
|
| // Send memory usage stats to the browser process.
|
| - void SendUmaStatsToBrowser();
|
| + void SendUmaStatsToHost();
|
|
|
| // Get the current number of bytes allocated.
|
| uint64_t GetCurrentUsage() const { return bytes_allocated_current_; }
|
|
|