| 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 84e7ccdca58da5f63a5822dd917215f79fb2be65..aa02278444fcbc15f5afd72a148e5335b67782e1 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -223,6 +223,7 @@ class CC_EXPORT LayerTreeHostImpl
|
|
|
| // TileManagerClient implementation.
|
| virtual void NotifyReadyToActivate() OVERRIDE;
|
| + virtual void NotifyTileInitialized(const Tile* tile) OVERRIDE;
|
|
|
| // OutputSurfaceClient implementation.
|
| virtual void DeferredInitialize() OVERRIDE;
|
|
|