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

Unified Diff: cc/resources/tile_manager.cc

Issue 12642010: Implement on demand quad rasterization for PicturePiles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: build fix. Created 7 years, 9 months 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
Index: cc/resources/tile_manager.cc
diff --git a/cc/resources/tile_manager.cc b/cc/resources/tile_manager.cc
index 153a240f1b703026f217145205902de16e59cece..7429178dbcf2884c1fb37cb5fb2b542fa783047f 100644
--- a/cc/resources/tile_manager.cc
+++ b/cc/resources/tile_manager.cc
@@ -614,6 +614,7 @@ void TileManager::AssignGpuMemoryToTiles() {
mts.bin[LOW_PRIORITY_BIN] == NOW_BIN)
bytes_that_exceeded_memory_budget_in_now_bin += tile_bytes;
FreeResourcesForTile(tile);
nduca 2013/03/21 02:22:48 so um, where is the part of this loop that says "p
Leandro Graciá Gil 2013/03/21 03:35:50 I don't see any specific consequences of that. If
vmpstr 2013/03/21 16:34:11 If tile->drawing_info().mode() is set to PICTURE_P
Leandro Graciá Gil 2013/03/21 16:42:48 I see your point. Fixed.
+ tile->drawing_info().set_rasterize_on_demand();
continue;
}
bytes_left -= tile_bytes;

Powered by Google App Engine
This is Rietveld 408576698