Index: cc/resources/tile_manager.h |
diff --git a/cc/resources/tile_manager.h b/cc/resources/tile_manager.h |
index 0522479a6e11415b2dfd5fd2865b7bd82748b959..278494e6d47b02ca0db6fce9131516bd0308a3a4 100644 |
--- a/cc/resources/tile_manager.h |
+++ b/cc/resources/tile_manager.h |
@@ -108,8 +108,7 @@ class CC_EXPORT TileManager : public RasterizerClient, |
void ManageTiles(const GlobalStateThatImpactsTilePriority& state); |
- // Returns true when visible tiles have been initialized. |
- bool UpdateVisibleTiles(); |
+ void UpdateVisibleTiles(); |
scoped_refptr<Tile> CreateTile(RasterSource* raster_source, |
const gfx::Size& tile_size, |
@@ -254,7 +253,6 @@ class CC_EXPORT TileManager : public RasterizerClient, |
RenderingStatsInstrumentation* rendering_stats_instrumentation_; |
- bool did_initialize_visible_tile_; |
bool did_check_for_completed_tasks_since_last_schedule_tasks_; |
bool did_oom_on_last_assign_; |