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

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: 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
Index: cc/CCProxy.h
diff --git a/cc/CCProxy.h b/cc/CCProxy.h
index 486c132fe124563c5313c000ad015998afd5a98e..15295678e2dbcf61d88d8c7ae27542c7217fb1f6 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;
reveman 2012/09/15 01:49:05 while updating this function prototype maybe we sh
brianderson 2012/09/18 01:16:44 Don't have time right now.
virtual const RendererCapabilities& rendererCapabilities() const = 0;
« no previous file with comments | « cc/CCLayerTreeHost.cpp ('k') | cc/CCRenderingStats.h » ('j') | cc/CCSingleThreadProxy.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698