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(); |
} |