| Index: cc/layer_tree_host_impl.cc
|
| diff --git a/cc/layer_tree_host_impl.cc b/cc/layer_tree_host_impl.cc
|
| index b1d53085cf38b2b7cba8d8921719bbf92c6ce6cc..e7874b66876abe4d2bc36bb9462bd36a68f3e419 100644
|
| --- a/cc/layer_tree_host_impl.cc
|
| +++ b/cc/layer_tree_host_impl.cc
|
| @@ -1692,7 +1692,7 @@ void LayerTreeHostImpl::renderingStats(RenderingStats* stats) const
|
| stats->numMissingTiles = m_cumulativeNumMissingTiles;
|
|
|
| if (m_tileManager)
|
| - m_tileManager->renderingStats(stats);
|
| + m_tileManager->GetRenderingStats(stats);
|
| }
|
|
|
| void LayerTreeHostImpl::sendManagedMemoryStats(
|
|
|