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

Unified Diff: cc/CCProxy.h

Issue 10914304: Add average commit time to perf tests. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix bug with texture_upload_benchmark.py Created 8 years, 3 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
« no previous file with comments | « cc/CCLayerTreeHostImpl.cpp ('k') | cc/CCRenderingStats.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCProxy.h
diff --git a/cc/CCProxy.h b/cc/CCProxy.h
index b4184411947ddb9bb3a53e9dda58df29a89f226b..0fc5b5e9a5948fef2190ced9c3152e1213183169 100644
--- a/cc/CCProxy.h
+++ b/cc/CCProxy.h
@@ -58,7 +58,7 @@ public:
// reinitialized.
virtual bool recreateContext() = 0;
- virtual void implSideRenderingStats(CCRenderingStats&) = 0;
+ virtual void renderingStats(CCRenderingStats*) = 0;
virtual const RendererCapabilities& rendererCapabilities() const = 0;
« no previous file with comments | « cc/CCLayerTreeHostImpl.cpp ('k') | cc/CCRenderingStats.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698