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