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

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: Clean try errors (remove semicolon, remove unneeded assert that unittests don't follow) 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..ef482af01de62354122c7e5f7215d7d70f265bf3 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 RequestVidmemUpdate() = 0;
+
// Returns true if the software rendering should currently be used.
virtual bool ShouldUseSoftwareRendering() = 0;

Powered by Google App Engine
This is Rietveld 408576698