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