Chromium Code Reviews| Index: cc/resources/tile_manager.h |
| diff --git a/cc/resources/tile_manager.h b/cc/resources/tile_manager.h |
| index 6f579f9fb1c9dde8baa82cd233604482f0e00f5f..5c78749ceb404e2466c24bf52914bc6323b750d1 100644 |
| --- a/cc/resources/tile_manager.h |
| +++ b/cc/resources/tile_manager.h |
| @@ -52,7 +52,7 @@ class CC_EXPORT TileManagerClient { |
| // - Tile version initialized. |
| // - Tile resources freed. |
| // - Tile marked for on-demand raster. |
| - virtual void NotifyTileStateChanged(const Tile* tile) = 0; |
| + virtual void NotifyTileStateChanged(const Tile* tile, bool visible_tile) = 0; |
|
enne (OOO)
2014/10/28 18:09:21
This seems redundant to pass along visible_tile.
enne (OOO)
2014/10/28 18:09:21
This seems redundant to pass along visible_tile.
danakj
2014/10/31 20:02:01
Yes, using manfred's tile->required_to_draw() now
|
| // Given an empty raster tile priority queue, this will build a priority queue |
| // that will return tiles in order in which they should be rasterized. |