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

Unified Diff: chrome/browser/chrome_gpu_util.h

Issue 11026015: Add calls to inform gpu of browser window count (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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: chrome/browser/chrome_gpu_util.h
diff --git a/chrome/browser/chrome_gpu_util.h b/chrome/browser/chrome_gpu_util.h
index a4f9efc800c335a33f526bf95fd7e88b3f69e2ce..d54266d12be537e339cc7873231c61b287067715 100644
--- a/chrome/browser/chrome_gpu_util.h
+++ b/chrome/browser/chrome_gpu_util.h
@@ -13,6 +13,10 @@ void InitializeStage3DFieldTrial();
// Sets up force-compositing-mode and threaded compositing field trials.
void InitializeCompositingFieldTrial();
+// Sets up a monitor for browser windows, to be used to determine gpu
+// managed memory allocation.
+void InitializeBrowserMonitor();
+
} // namespace gpu_util
#endif // CHROME_BROWSER_CHROME_GPU_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698