Index: content/public/browser/gpu_data_manager.h |
diff --git a/content/public/browser/gpu_data_manager.h b/content/public/browser/gpu_data_manager.h |
index 68b5173c466b7d3a83ac81fb1ef02d9d80561dc6..9149eadeb5da1c6083e3d445254c639de3031f33 100644 |
--- a/content/public/browser/gpu_data_manager.h |
+++ b/content/public/browser/gpu_data_manager.h |
@@ -47,6 +47,10 @@ class GpuDataManager { |
virtual bool IsCompleteGPUInfoAvailable() const = 0; |
+ // Requests that the GPU process report its current video memory usage stats, |
+ // which can be retrieved via the GPU data manager's on-update function. |
+ virtual void RequestVideoMemoryUsageStatsUpdate() = 0; |
+ |
// Returns true if the software rendering should currently be used. |
virtual bool ShouldUseSoftwareRendering() = 0; |