|
cc: Rework how picture layer tiling set gets into raster queues.
This patch changes several things to make caching tiles slightly more
contained:
1. Register picture layer tiling sets with tile manager directly.
2. Maintained paired layer tiling sets in tile manager instead of
pairing things every time we need to build a queue
3. Change the iterators to work with paired tiling sets.
R=danakj, enne, reveman@chromium.org
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+363 lines, -342 lines) |
Patch |
 |
M |
cc/debug/rasterize_and_record_benchmark_impl.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/layers/picture_layer_impl.h
|
View
|
1
2
3
|
3 chunks |
+1 line, -11 lines |
0 comments
|
Download
|
 |
M |
cc/layers/picture_layer_impl.cc
|
View
|
1
2
3
|
3 chunks |
+24 lines, -13 lines |
0 comments
|
Download
|
 |
M |
cc/layers/picture_layer_impl_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/resources/eviction_tile_priority_queue.h
|
View
|
|
3 chunks |
+16 lines, -5 lines |
0 comments
|
Download
|
 |
M |
cc/resources/eviction_tile_priority_queue.cc
|
View
|
|
4 chunks |
+31 lines, -15 lines |
0 comments
|
Download
|
 |
M |
cc/resources/picture_layer_tiling.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
cc/resources/picture_layer_tiling_set.h
|
View
|
1
2
3
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/resources/picture_layer_tiling_set.cc
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/resources/raster_tile_priority_queue.h
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/resources/raster_tile_priority_queue.cc
|
View
|
|
2 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/resources/raster_tile_priority_queue_all.h
|
View
|
1
2
3
|
4 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/resources/raster_tile_priority_queue_all.cc
|
View
|
1
2
3
|
5 chunks |
+27 lines, -16 lines |
0 comments
|
Download
|
 |
M |
cc/resources/raster_tile_priority_queue_required.h
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/resources/raster_tile_priority_queue_required.cc
|
View
|
|
2 chunks |
+23 lines, -7 lines |
0 comments
|
Download
|
 |
M |
cc/resources/tile_manager.h
|
View
|
1
2
3
|
4 chunks |
+15 lines, -13 lines |
0 comments
|
Download
|
 |
M |
cc/resources/tile_manager.cc
|
View
|
1
2
3
|
10 chunks |
+58 lines, -22 lines |
0 comments
|
Download
|
 |
M |
cc/resources/tile_manager_perftest.cc
|
View
|
|
4 chunks |
+16 lines, -6 lines |
0 comments
|
Download
|
 |
M |
cc/resources/tile_manager_unittest.cc
|
View
|
1
2
3
|
26 chunks |
+57 lines, -46 lines |
0 comments
|
Download
|
 |
M |
cc/test/fake_picture_layer_tiling_client.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
cc/test/fake_picture_layer_tiling_client.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/test/fake_tile_manager_client.h
|
View
|
|
1 chunk |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
cc/test/fake_tile_manager_client.cc
|
View
|
|
1 chunk |
+2 lines, -9 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_impl.h
|
View
|
1
2
3
|
3 chunks |
+1 line, -9 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_impl.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -48 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_impl_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -72 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_unittest.cc
|
View
|
1
2
3
|
6 chunks |
+43 lines, -34 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|