Chromium Code Reviews| 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; |