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