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

Unified Diff: cc/proxy.h

Issue 11189037: toggle FPS counter in compositor (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: added check for accelerated compositing, removed 'showFPSCounter' from settings, command-line flag … 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: cc/proxy.h
diff --git a/cc/proxy.h b/cc/proxy.h
index cae128e51abf826733da2dbdfb149470fa899d41..0dbf919e8ef2dad53878a15ef527224b1aef2af9 100644
--- a/cc/proxy.h
+++ b/cc/proxy.h
@@ -80,6 +80,8 @@ public:
virtual void acquireLayerTextures() = 0;
+ virtual void setShowFPSCounter(bool) = 0;
+
// Debug hooks
#ifndef NDEBUG
static bool isMainThread();

Powered by Google App Engine
This is Rietveld 408576698