Chromium Code Reviews| Index: cc/resources/tile_manager.h |
| diff --git a/cc/resources/tile_manager.h b/cc/resources/tile_manager.h |
| index b392b15eedac3b7442b421914a22e4188989ab95..37c41214f0840d5d74bcf94c916dd5d242cdb748 100644 |
| --- a/cc/resources/tile_manager.h |
| +++ b/cc/resources/tile_manager.h |
| @@ -31,6 +31,7 @@ class ResourceProvider; |
| class CC_EXPORT TileManagerClient { |
| public: |
| virtual void NotifyReadyToActivate() = 0; |
| + virtual void NotifyInitializedTiles(Tile* tile) = 0; |
|
reveman
2014/04/14 20:03:07
NotifyTileInitialized instead? Can it be "const Ti
sohanjg
2014/04/15 10:03:48
Done.
|
| protected: |
| virtual ~TileManagerClient() {} |