|
cc: Change TileManager iterators to be queues.
This patch is mostly just moving code around. It moves the iterators
from tile manager to be in separate files, renames them to be queues.
It also adds a tile manager client interface for building the queues.
The rest is just fix ups for the tests.
R=reveman
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284506
Total comments: 42
Total comments: 22
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+821 lines, -699 lines) |
Patch |
 |
M |
cc/BUILD.gn
|
View
|
|
4 chunks |
+14 lines, -10 lines |
0 comments
|
Download
|
 |
M |
cc/cc.gyp
|
View
|
|
4 chunks |
+14 lines, -10 lines |
0 comments
|
Download
|
 |
M |
cc/layers/picture_layer_impl.h
|
View
|
1
2
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/layers/picture_layer_impl.cc
|
View
|
1
2
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/resources/eviction_tile_priority_queue.h
|
View
|
1
2
3
|
1 chunk |
+59 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/resources/eviction_tile_priority_queue.cc
|
View
|
1
2
3
|
1 chunk |
+219 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/resources/raster_tile_priority_queue.h
|
View
|
1
2
|
1 chunk |
+59 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/resources/raster_tile_priority_queue.cc
|
View
|
1
2
3
|
1 chunk |
+220 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/resources/tile_manager.h
|
View
|
|
4 chunks |
+18 lines, -103 lines |
0 comments
|
Download
|
 |
M |
cc/resources/tile_manager.cc
|
View
|
|
1 chunk |
+0 lines, -435 lines |
0 comments
|
Download
|
 |
M |
cc/resources/tile_manager_perftest.cc
|
View
|
1
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
cc/resources/tile_manager_unittest.cc
|
View
|
|
17 chunks |
+77 lines, -130 lines |
0 comments
|
Download
|
 |
M |
cc/test/fake_tile_manager_client.h
|
View
|
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/test/fake_tile_manager_client.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_impl.h
|
View
|
1
2
|
5 chunks |
+12 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_impl.cc
|
View
|
1
2
|
3 chunks |
+50 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_impl_unittest.cc
|
View
|
1
2
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|