|
cc: Move RasterBuffer implementations from ResourceProvider to RasterWorkerPool implementations.
Each RasterWorkerPool implementation is tied to some
RasterBuffer implementation. By moving the RasterBuffer
code into RasterWorkerPool implementation this
relationship becomes more explicit and more easily
adjusted for the need of the RasterWorkerPool
implementation.
BUG= 406404
Committed: https://crrev.com/47560aba9ae6e235795068d6e78dcf4ea0628e63
Cr-Commit-Position: refs/heads/master@{#295528}
Total comments: 14
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+546 lines, -621 lines) |
Patch |
 |
M |
cc/BUILD.gn
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/cc.gyp
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
cc/resources/gpu_raster_worker_pool.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/resources/gpu_raster_worker_pool.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+52 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/resources/image_copy_raster_worker_pool.h
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+3 lines, -33 lines |
0 comments
|
Download
|
 |
M |
cc/resources/image_copy_raster_worker_pool.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+76 lines, -46 lines |
0 comments
|
Download
|
 |
M |
cc/resources/image_raster_worker_pool.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/resources/image_raster_worker_pool.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+61 lines, -9 lines |
0 comments
|
Download
|
 |
M |
cc/resources/pixel_buffer_raster_worker_pool.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/resources/pixel_buffer_raster_worker_pool.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+54 lines, -13 lines |
0 comments
|
Download
|
 |
M |
cc/resources/raster_buffer.h
|
View
|
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
cc/resources/raster_buffer.cc
|
View
|
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
cc/resources/raster_worker_pool.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/resources/raster_worker_pool.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/resources/raster_worker_pool_perftest.cc
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+20 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/resources/raster_worker_pool_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+13 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/resources/rasterizer.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/resources/resource_provider.h
|
View
|
1
2
|
6 chunks |
+26 lines, -118 lines |
0 comments
|
Download
|
 |
M |
cc/resources/resource_provider.cc
|
View
|
1
2
3
4
5
|
17 chunks |
+85 lines, -306 lines |
0 comments
|
Download
|
 |
M |
cc/resources/resource_provider_unittest.cc
|
View
|
1
2
3
4
5
6
|
16 chunks |
+55 lines, -57 lines |
0 comments
|
Download
|
 |
M |
cc/resources/tile_manager.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
cc/resources/tile_manager_perftest.cc
|
View
|
1
|
2 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/test/fake_tile_manager.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
Total messages: 17 (4 generated)
|