| 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 d3f88039000feb2799011ce3cdf26938da1c32ed..839c9a4b738333f4e4c6764abc4c3e25ccfd93e1 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -3079,6 +3079,7 @@ void LayerTreeHostImpl::AnimatePageScale(base::TimeTicks monotonic_time) {
|
| page_scale_animation_ = nullptr;
|
| client_->SetNeedsCommitOnImplThread();
|
| client_->RenewTreePriority();
|
| + client_->DidCompletePageScaleAnimationOnImplThread();
|
| } else {
|
| SetNeedsAnimate();
|
| }
|
|
|