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

Unified Diff: cc/CCThreadProxy.cpp

Issue 11028021: cc: Improve frame/commit accounting (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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/CCThreadProxy.cpp
diff --git a/cc/CCThreadProxy.cpp b/cc/CCThreadProxy.cpp
index 84a7edcbf73662d83546fa44ef0e6c3e1f3832ab..7599c2fc096a690d7aa5a3ba0a8718d4f9c79a13 100644
--- a/cc/CCThreadProxy.cpp
+++ b/cc/CCThreadProxy.cpp
@@ -952,6 +952,7 @@ void CCThreadProxy::renderingStatsOnImplThread(CCCompletionEvent* completion, CC
{
ASSERT(isImplThread());
m_layerTreeHostImpl->renderingStats(stats);
+ m_schedulerOnImplThread->renderingStats(stats);
completion->signal();
}
« cc/CCRenderingStats.h ('K') | « cc/CCScheduler.cpp ('k') | cc/CCTimeSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698