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