| 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 98d7e4b0e004c9c4aa913a33d8cba0c6a9d43f48..9f146ca4fee600d5535dbf481396211996ed144a 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -108,6 +108,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() {}
|
| };
|
|
|