Index: cc/resources/tile_manager.cc |
diff --git a/cc/resources/tile_manager.cc b/cc/resources/tile_manager.cc |
index cc8cd4c03ea6cfcf509dfe2ea8f17253ad32cfb2..47f0e520e44ad521b346ef81905f1ec03a5662d9 100644 |
--- a/cc/resources/tile_manager.cc |
+++ b/cc/resources/tile_manager.cc |
@@ -978,8 +978,6 @@ void TileManager::ScheduleTasks( |
raster_queue_.items.push_back(RasterTaskQueue::Item( |
tile_version.raster_task_.get(), tile->required_for_activation())); |
- raster_queue_.required_for_activation_count += |
- tile->required_for_activation(); |
} |
// We must reduce the amount of unused resoruces before calling |