| Index: cc/resources/tile_manager_perftest.cc
|
| diff --git a/cc/resources/tile_manager_perftest.cc b/cc/resources/tile_manager_perftest.cc
|
| index 7f427fb6a835b7d56f043c21dfa0b92a65ece9dd..295db58c5fd2dd0e04f02c33ceccf5ee10c86a36 100644
|
| --- a/cc/resources/tile_manager_perftest.cc
|
| +++ b/cc/resources/tile_manager_perftest.cc
|
| @@ -294,7 +294,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(); }
|
|
|
|
|