Index: cc/trees/layer_tree_host_impl.h |
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h |
index 54a16aa819d946c0c28f5545452285a0913cee22..007257a5cdab6e1424304142f5be99bfa45206a1 100644 |
--- a/cc/trees/layer_tree_host_impl.h |
+++ b/cc/trees/layer_tree_host_impl.h |
@@ -107,6 +107,9 @@ class LayerTreeHostImplClient { |
virtual void DidActivateSyncTree() = 0; |
virtual void DidPrepareTiles() = 0; |
+ // Called when page scale animation has completed on the impl thread. |
+ virtual void DidCompletePageScaleAnimationOnImplThread() = 0; |
+ |
protected: |
virtual ~LayerTreeHostImplClient() {} |
}; |