Index: cc/tile_manager.h |
diff --git a/cc/tile_manager.h b/cc/tile_manager.h |
index 005c42f79a2d6530da91fb8f70a3cd3d4c724358..06947f6484e7238f4c0d3b38c5acfe6cf8ed9f63 100644 |
--- a/cc/tile_manager.h |
+++ b/cc/tile_manager.h |
@@ -185,7 +185,8 @@ class CC_EXPORT TileManager { |
GlobalStateThatImpactsTilePriority global_state_; |
typedef std::vector<Tile*> TileVector; |
- TileVector tiles_; |
+ TileVector all_tiles_; |
+ TileVector live_or_allocated_tiles_; |
TileVector tiles_that_need_to_be_rasterized_; |
typedef std::list<Tile*> TileList; |