|
Refactoring for merging ManagedTileState into Tile.
ManagedTileState has mainly two RasterTask and DrawInfo classes.
When TileManager get DrawInfo from tile, it should get the state
through referencing ManagedTileState. this makes a redundancy
reference.
This patch removes ManagedTileState and makes DrawInfo to
separated files(tile_draw_info). In addition, a tile has raster_task.
Committed: https://crrev.com/a4496710ef3f0517ff31f078edbb7d2bd27feafd
Cr-Commit-Position: refs/heads/master@{#309351}
Total comments: 6
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+210 lines, -265 lines) |
Patch |
|
M |
cc/BUILD.gn
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
cc/cc.gyp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
cc/layers/picture_layer_impl.cc
|
View
|
1
2
3
|
5 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
|
M |
cc/layers/picture_layer_impl_unittest.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
D |
cc/resources/managed_tile_state.h
|
View
|
|
1 chunk |
+0 lines, -101 lines |
0 comments
|
Download
|
|
D |
cc/resources/managed_tile_state.cc
|
View
|
|
1 chunk |
+0 lines, -61 lines |
0 comments
|
Download
|
|
M |
cc/resources/picture_layer_tiling_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
cc/resources/raster_source.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
cc/resources/tile.h
|
View
|
1
2
3
|
5 chunks |
+14 lines, -17 lines |
0 comments
|
Download
|
|
M |
cc/resources/tile.cc
|
View
|
1
2
|
2 chunks |
+13 lines, -9 lines |
0 comments
|
Download
|
|
A |
cc/resources/tile_draw_info.h
|
View
|
|
1 chunk |
+80 lines, -0 lines |
0 comments
|
Download
|
|
A |
cc/resources/tile_draw_info.cc
|
View
|
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
|
M |
cc/resources/tile_manager.h
|
View
|
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
|
M |
cc/resources/tile_manager.cc
|
View
|
1
2
|
11 chunks |
+36 lines, -48 lines |
0 comments
|
Download
|
|
M |
cc/resources/tile_manager_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
cc/resources/tiling_set_eviction_queue.cc
|
View
|
1
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
cc/test/fake_picture_layer_impl.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 10 (2 generated)
|