| 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 494342e5194f7812e185a2374cd5fcc92ad2efa9..45fefe578b6f482c8adfa4288d0d5389c915c77a 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -232,7 +232,7 @@ class CC_EXPORT LayerTreeHostImpl
|
|
|
| // TileManagerClient implementation.
|
| virtual void NotifyReadyToActivate() OVERRIDE;
|
| - virtual void NotifyTileInitialized(const Tile* tile) OVERRIDE;
|
| + virtual void NotifyTileStateChanged(const Tile* tile) OVERRIDE;
|
|
|
| // ScrollbarAnimationControllerClient implementation.
|
| virtual void PostDelayedScrollbarFade(const base::Closure& start_fade,
|
|
|