diff options
Diffstat (limited to 'cc/trees/layer_tree_host_impl.cc')
-rw-r--r-- | cc/trees/layer_tree_host_impl.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc index efcc529..c9db433 100644 --- a/cc/trees/layer_tree_host_impl.cc +++ b/cc/trees/layer_tree_host_impl.cc @@ -1334,6 +1334,8 @@ void LayerTreeHostImpl::ActivatePendingTree() { stats.total_paint_time + stats.total_record_time + stats.total_rasterize_time_for_now_bins_on_pending_tree); } + + client_->DidActivatePendingTree(); } void LayerTreeHostImpl::SetVisible(bool visible) { |