Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Unified Diff: content/public/browser/gpu_data_manager.h

Issue 10854076: Add GPU memory tab to the task manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Incorporate taskman feedback Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..733f45a1b6969f5ddb3b3e49390995f817e47d2d 100644
--- a/content/public/browser/gpu_data_manager.h
+++ b/content/public/browser/gpu_data_manager.h
@@ -47,6 +47,8 @@ class GpuDataManager {
virtual bool IsCompleteGPUInfoAvailable() const = 0;
+ virtual void RequestVidmemUsageStatsUpdate() = 0;
brettw 2012/08/17 19:07:24 Can you comment what this does?
ccameron 2012/08/17 20:52:55 Added: // Requests that the GPU process report i
+
// Returns true if the software rendering should currently be used.
virtual bool ShouldUseSoftwareRendering() = 0;

Powered by Google App Engine
This is Rietveld 408576698