|
cc: Separate RasterWorkerPool interface from implementation details.
RasterWorkerPool class has a lot of implementation specific details
that the tile manager and the delegate should not be affected by.
Moving implementation specific parts into a separate class and file
makes it clear what is part of the interface used by the tile
manager and what are details of the implementation. ie. changes to
implementation specific files alone should not affect or require
changes to the tile manager.
BUG= 269841
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=263120
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+880 lines, -858 lines) |
Patch |
 |
M |
cc/cc.gyp
|
View
|
1
2
3
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
D |
cc/resources/direct_raster_worker_pool.h
|
View
|
1
2
3
|
2 chunks |
+17 lines, -15 lines |
0 comments
|
Download
|
 |
D |
cc/resources/direct_raster_worker_pool.cc
|
View
|
1
2
3
|
9 chunks |
+18 lines, -18 lines |
0 comments
|
Download
|
 |
D |
cc/resources/image_raster_worker_pool.h
|
View
|
1
2
3
|
3 chunks |
+15 lines, -11 lines |
0 comments
|
Download
|
 |
D |
cc/resources/image_raster_worker_pool.cc
|
View
|
1
2
3
|
7 chunks |
+16 lines, -16 lines |
0 comments
|
Download
|
 |
M |
cc/resources/managed_tile_state.h
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
D |
cc/resources/pixel_buffer_raster_worker_pool.h
|
View
|
1
2
3
|
4 chunks |
+29 lines, -30 lines |
0 comments
|
Download
|
 |
D |
cc/resources/pixel_buffer_raster_worker_pool.cc
|
View
|
1
2
3
4
|
22 chunks |
+78 lines, -82 lines |
0 comments
|
Download
|
 |
M |
cc/resources/raster_worker_pool.h
|
View
|
1
2
3
|
3 chunks |
+23 lines, -162 lines |
0 comments
|
Download
|
 |
M |
cc/resources/raster_worker_pool.cc
|
View
|
1
2
3
|
9 chunks |
+41 lines, -103 lines |
0 comments
|
Download
|
 |
D |
cc/resources/raster_worker_pool_delegate.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -47 lines |
0 comments
|
Download
|
 |
D |
cc/resources/raster_worker_pool_delegate.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -79 lines |
0 comments
|
Download
|
 |
D |
cc/resources/raster_worker_pool_perftest.cc
|
View
|
1
2
3
|
15 chunks |
+61 lines, -90 lines |
0 comments
|
Download
|
 |
D |
cc/resources/raster_worker_pool_unittest.cc
|
View
|
1
2
3
|
10 chunks |
+51 lines, -58 lines |
0 comments
|
Download
|
 |
A |
cc/resources/rasterizer.h
|
View
|
1
2
3
|
1 chunk |
+177 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/resources/rasterizer.cc
|
View
|
1
2
3
|
1 chunk |
+82 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/resources/rasterizer_delegate.h
|
View
|
1
2
3
4
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/resources/rasterizer_delegate.cc
|
View
|
1
2
3
4
|
1 chunk |
+89 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/resources/tile_manager.h
|
View
|
1
2
3
|
9 chunks |
+18 lines, -18 lines |
0 comments
|
Download
|
 |
M |
cc/resources/tile_manager.cc
|
View
|
1
2
3
|
27 chunks |
+78 lines, -82 lines |
0 comments
|
Download
|
 |
M |
cc/test/fake_tile_manager.cc
|
View
|
1
2
3
|
7 chunks |
+22 lines, -24 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_impl.h
|
View
|
1
2
3
|
2 chunks |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_impl.cc
|
View
|
1
2
3
|
5 chunks |
+10 lines, -13 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|