Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3586)

Unified Diff: cc/tile_manager.cc

Issue 11417111: cc: Add PictureLayerTilingSet to manage PictureLayerTiling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix win_rel Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/tile_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tile_manager.cc
diff --git a/cc/tile_manager.cc b/cc/tile_manager.cc
index eb5558584a720a06c3726981abcf254942018788..a1d3b07a234e17eb98c2557976a0a32e76595172 100644
--- a/cc/tile_manager.cc
+++ b/cc/tile_manager.cc
@@ -54,7 +54,7 @@ void TileManager::WillModifyTilePriority(Tile*, WhichTree tree, const TilePriori
void TileManager::ScheduleManageTiles() {
if (manage_tiles_pending_)
return;
- ScheduleManageTiles();
+ client_->ScheduleManageTiles();
manage_tiles_pending_ = true;
}
« no previous file with comments | « cc/tile_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698