| 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 09b468dfb3796818f95d388563de0072354e7b37..6c30d5aac9599a3a63e387b74e3d696bddd6e9cc 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -217,6 +217,7 @@ class CC_EXPORT LayerTreeHostImpl
|
|
|
| // TileManagerClient implementation.
|
| virtual void NotifyReadyToActivate() OVERRIDE;
|
| + virtual void NotifyInitializedTiles(Tile* tile) OVERRIDE;
|
|
|
| // OutputSurfaceClient implementation.
|
| virtual bool DeferredInitialize(
|
|
|