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 7de22e5aa786df6aeb494e84d5f79ff4269c8697..20d5d2076fbf6ca2ac8c32da6b090acabbda4d3b 100644 |
--- a/content/common/gpu/gpu_memory_manager.h |
+++ b/content/common/gpu/gpu_memory_manager.h |
@@ -49,7 +49,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_; } |