| Index: cc/trees/layer_tree_host_impl.cc
|
| diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc
|
| index fbc4a820f982496949dce7d3040f3a0518f703c4..c23b5f87ddd738d5d329132b42f13bf5a0e684b2 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -424,6 +424,8 @@ void LayerTreeHostImpl::ManageTiles() {
|
| SendManagedMemoryStats(memory_required_bytes,
|
| memory_nice_to_have_bytes,
|
| memory_used_bytes);
|
| +
|
| + client_->DidManageTiles();
|
| }
|
|
|
| void LayerTreeHostImpl::StartPageScaleAnimation(gfx::Vector2d target_offset,
|
|
|