|
cc: Remove the base RasterSource
We only have one raster source now, we can remove the base class.
Also, the helper is no longer needed because we only have one
implementation now.
Change-Id: I97c63f37a039ea31fa8eaa7b0c3e4f0e8bb6f8bf
BUG= 536104
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Committed: https://crrev.com/c7014b2e5b584ddd51e54189cb3e1a5f6970c502
Cr-Commit-Position: refs/heads/master@{#354915}
Total comments: 3
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+397 lines, -502 lines) |
Patch |
 |
M |
cc/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/cc.gyp
|
View
|
1
2
3
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/debug/rasterize_and_record_benchmark_impl.cc
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/layers/picture_layer.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/layers/picture_layer_impl.h
|
View
|
|
3 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/layers/picture_layer_impl.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/layers/picture_layer_impl_unittest.cc
|
View
|
|
7 chunks |
+17 lines, -16 lines |
0 comments
|
Download
|
 |
M |
cc/playback/discardable_image_map_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/playback/display_list_raster_source.h
|
View
|
1
2
3
4
|
2 chunks |
+86 lines, -30 lines |
0 comments
|
Download
|
 |
M |
cc/playback/display_list_raster_source.cc
|
View
|
1
2
3
|
4 chunks |
+93 lines, -10 lines |
0 comments
|
Download
|
 |
M |
cc/playback/display_list_raster_source_unittest.cc
|
View
|
1
2
3
|
7 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
cc/playback/display_list_recording_source.h
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
cc/playback/display_list_recording_source.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/playback/display_list_recording_source_unittest.cc
|
View
|
1
2
3
|
6 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
D |
cc/playback/raster_source.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -117 lines |
0 comments
|
Download
|
 |
D |
cc/playback/raster_source_helper.h
|
View
|
|
1 chunk |
+0 lines, -30 lines |
0 comments
|
Download
|
 |
D |
cc/playback/raster_source_helper.cc
|
View
|
|
1 chunk |
+0 lines, -105 lines |
0 comments
|
Download
|
 |
M |
cc/quads/draw_quad_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/quads/picture_draw_quad.h
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/quads/picture_draw_quad.cc
|
View
|
|
2 chunks |
+25 lines, -23 lines |
0 comments
|
Download
|
 |
M |
cc/raster/bitmap_tile_task_worker_pool.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/raster/gpu_rasterizer.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/raster/gpu_rasterizer.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/raster/gpu_tile_task_worker_pool.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/raster/one_copy_tile_task_worker_pool.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/raster/one_copy_tile_task_worker_pool.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/raster/raster_buffer.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/raster/tile_task_worker_pool.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/raster/tile_task_worker_pool.cc
|
View
|
|
2 chunks |
+11 lines, -10 lines |
0 comments
|
Download
|
 |
M |
cc/raster/tile_task_worker_pool_unittest.cc
|
View
|
|
4 chunks |
+11 lines, -8 lines |
0 comments
|
Download
|
 |
M |
cc/raster/zero_copy_tile_task_worker_pool.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/test/fake_display_list_recording_source.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/test/fake_display_list_recording_source.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/test/fake_picture_layer_impl.h
|
View
|
|
6 chunks |
+10 lines, -9 lines |
0 comments
|
Download
|
 |
M |
cc/test/fake_picture_layer_impl.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/test/fake_picture_layer_tiling_client.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/tiles/picture_layer_tiling.h
|
View
|
|
5 chunks |
+9 lines, -6 lines |
0 comments
|
Download
|
 |
M |
cc/tiles/picture_layer_tiling.cc
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/tiles/picture_layer_tiling_set.h
|
View
|
|
3 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
cc/tiles/picture_layer_tiling_set.cc
|
View
|
|
6 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
cc/tiles/picture_layer_tiling_unittest.cc
|
View
|
|
2 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
M |
cc/tiles/prioritized_tile.h
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/tiles/prioritized_tile.cc
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/tiles/tile_manager.h
|
View
|
|
2 chunks |
+10 lines, -8 lines |
0 comments
|
Download
|
 |
M |
cc/tiles/tile_manager.cc
|
View
|
1
2
3
|
7 chunks |
+26 lines, -26 lines |
0 comments
|
Download
|
 |
M |
cc/tiles/tile_manager_perftest.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/tiles/tile_manager_unittest.cc
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_impl_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 20 (7 generated)
|