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

Unified Diff: cc/proxy.h

Issue 11198005: NOT READY FOR REVIEW - switch to a subscriber model for rendering stats (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added missing file. Created 8 years, 1 month 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
« no previous file with comments | « cc/layer_tree_host_impl.cc ('k') | cc/rendering_stats.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proxy.h
diff --git a/cc/proxy.h b/cc/proxy.h
index a0a53a3984d74af1e8de37613cf0a55658fc1bb4..b1fdf5dfaa9ab484f4bbbf44c52f25761e0c76e7 100644
--- a/cc/proxy.h
+++ b/cc/proxy.h
@@ -59,6 +59,8 @@ public:
virtual bool recreateContext() = 0;
virtual void renderingStats(RenderingStats*) = 0;
+ virtual void startRecordingRenderingStats() = 0;
+ virtual void stopRecordingRenderingStats(RenderingStats*) = 0;
virtual const RendererCapabilities& rendererCapabilities() const = 0;
« no previous file with comments | « cc/layer_tree_host_impl.cc ('k') | cc/rendering_stats.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698