Index: cc/resources/tile_manager_perftest.cc |
diff --git a/cc/resources/tile_manager_perftest.cc b/cc/resources/tile_manager_perftest.cc |
index 9a1642ae27cbfc6df66bdde06407dbaec3717015..32bb9aecc5e991ccc06edf7dff2635d3706f3280 100644 |
--- a/cc/resources/tile_manager_perftest.cc |
+++ b/cc/resources/tile_manager_perftest.cc |
@@ -316,6 +316,7 @@ class TileManagerTileIteratorPerfTest : public testing::Test, |
// TileManagerClient implementation. |
virtual void NotifyReadyToActivate() OVERRIDE { ready_to_activate_ = true; } |
+ virtual void NotifyTileInitialized(const Tile* tile) OVERRIDE {} |
TileManager* tile_manager() { return host_impl_.tile_manager(); } |