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

Unified Diff: cc/CCLayerTreeHost.cpp

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
« no previous file with comments | « no previous file | cc/CCProxy.h » ('j') | cc/CCProxy.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCLayerTreeHost.cpp
diff --git a/cc/CCLayerTreeHost.cpp b/cc/CCLayerTreeHost.cpp
index 08e1141c7cc72d1a6a69214d0da8ae86fb29c65c..488c636d8af567218b8244587ed7b97e070c19b2 100644
--- a/cc/CCLayerTreeHost.cpp
+++ b/cc/CCLayerTreeHost.cpp
@@ -304,7 +304,7 @@ void CCLayerTreeHost::finishAllRendering()
void CCLayerTreeHost::renderingStats(CCRenderingStats& stats) const
{
stats = m_renderingStats;
- m_proxy->implSideRenderingStats(stats);
+ m_proxy->renderingStats(stats);
}
const RendererCapabilities& CCLayerTreeHost::rendererCapabilities() const
« no previous file with comments | « no previous file | cc/CCProxy.h » ('j') | cc/CCProxy.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698