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