| Index: cc/resources/tile_manager_perftest.cc
|
| diff --git a/cc/resources/tile_manager_perftest.cc b/cc/resources/tile_manager_perftest.cc
|
| index 22e7c66780c9524cce25d26a103504832b5a14e3..c7fa68f04e47bffb88e6f13873221bb00fdcb12a 100644
|
| --- a/cc/resources/tile_manager_perftest.cc
|
| +++ b/cc/resources/tile_manager_perftest.cc
|
| @@ -293,7 +293,7 @@ class TileManagerPerfTest : public testing::Test, public TileManagerClient {
|
|
|
| // TileManagerClient implementation.
|
| virtual void NotifyReadyToActivate() OVERRIDE { ready_to_activate_ = true; }
|
| - virtual void NotifyTileInitialized(const Tile* tile) OVERRIDE {}
|
| + virtual void NotifyTileStateChanged(const Tile* tile) OVERRIDE {}
|
|
|
| TileManager* tile_manager() { return host_impl_.tile_manager(); }
|
|
|
|
|