Chromium Code Reviews| Index: cc/resources/tile_manager.h |
| diff --git a/cc/resources/tile_manager.h b/cc/resources/tile_manager.h |
| index 8d19520699b4c5edd713e9ab94763604795f1944..2f38e8bd07f758e55e07186e12d8ab04fc6a06dd 100644 |
| --- a/cc/resources/tile_manager.h |
| +++ b/cc/resources/tile_manager.h |
| @@ -106,7 +106,7 @@ class CC_EXPORT TileManager : public RasterizerClient, |
| size_t scheduled_raster_task_limit); |
| ~TileManager() override; |
| - void ManageTiles(const GlobalStateThatImpactsTilePriority& state); |
| + void PrepareTiles(const GlobalStateThatImpactsTilePriority& state); |
|
reveman
2014/12/09 05:04:11
This should have been done in the past but as you'
vmiura
2014/12/09 18:08:46
Done.
|
| void UpdateVisibleTiles(); |