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..def8fcbd513ea4bf50d7543af4bde6b8b0415e77 100644 |
--- a/chrome/browser/chrome_gpu_util.h |
+++ b/chrome/browser/chrome_gpu_util.h |
@@ -13,6 +13,11 @@ 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 InstallBrowserMonitor(); |
+void UninstallBrowserMonitor(); |
+ |
} // namespace gpu_util |
#endif // CHROME_BROWSER_CHROME_GPU_UTIL_H_ |