| 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 79199629b25cf242f50d38bebf8fd46ef6f00cba..95ca8e4dcb671fe8b6f5fd8e922774517066e226 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -3047,6 +3047,7 @@ void LayerTreeHostImpl::AnimatePageScale(base::TimeTicks monotonic_time) {
|
| page_scale_animation_ = nullptr;
|
| client_->SetNeedsCommitOnImplThread();
|
| client_->RenewTreePriority();
|
| + client_->DidCompletePageScaleAnimationBeforeCommit();
|
| } else {
|
| SetNeedsAnimate();
|
| }
|
|
|