| Index: cc/layer_tree_host.cc
|
| diff --git a/cc/layer_tree_host.cc b/cc/layer_tree_host.cc
|
| index b2f930ac2052486e32b75000154b0be201931289..3fcd464e1687e94485dfac4450cb5d853190992a 100644
|
| --- a/cc/layer_tree_host.cc
|
| +++ b/cc/layer_tree_host.cc
|
| @@ -298,6 +298,7 @@ void LayerTreeHost::finishCommitOnImplThread(LayerTreeHostImpl* hostImpl)
|
| hostImpl->setDeviceScaleFactor(deviceScaleFactor());
|
| hostImpl->setPageScaleFactorAndLimits(m_pageScaleFactor, m_minPageScaleFactor, m_maxPageScaleFactor);
|
| hostImpl->setDebugState(m_debugState);
|
| + hostImpl->savePaintTime(m_renderingStats.totalPaintTime);
|
|
|
| if (m_settings.calculateTopControlsPosition && m_topControlsContentLayer && hostImpl->topControlsManager())
|
| hostImpl->topControlsManager()->set_content_layer_id(m_topControlsContentLayer->id());
|
|
|