|
cc: Rename DisplayListRasterSource to just RasterSource.
DisplayListRasterSource used to derive from RasterSource and there was
another implementation. However, currently there's only one raster source
and it doesn't derive from any common interface. Rename it to just be
the RasterSource.
R=enne
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Committed: https://crrev.com/41d68f8898876f784d7d33201318612db521289b
Cr-Commit-Position: refs/heads/master@{#383887}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+684 lines, -2031 lines) |
Patch |
 |
M |
cc/BUILD.gn
|
View
|
|
5 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
cc/cc.gyp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/cc_tests.gyp
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/debug/rasterize_and_record_benchmark_impl.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/layers/picture_image_layer_impl_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 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 |
+3 lines, -5 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_perftest.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/layers/picture_layer_impl_unittest.cc
|
View
|
|
58 chunks |
+167 lines, -175 lines |
0 comments
|
Download
|
 |
M |
cc/output/renderer_pixeltest.cc
|
View
|
|
11 chunks |
+21 lines, -31 lines |
0 comments
|
Download
|
 |
D |
cc/playback/display_list_raster_source.h
|
View
|
|
1 chunk |
+0 lines, -177 lines |
0 comments
|
Download
|
 |
D |
cc/playback/display_list_raster_source.cc
|
View
|
|
1 chunk |
+0 lines, -392 lines |
0 comments
|
Download
|
 |
D |
cc/playback/display_list_raster_source_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -553 lines |
0 comments
|
Download
|
 |
M |
cc/playback/display_list_recording_source.h
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/playback/display_list_recording_source.cc
|
View
|
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
cc/playback/display_list_recording_source_unittest.cc
|
View
|
|
8 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
A + |
cc/playback/raster_source.h
|
View
|
|
5 chunks |
+14 lines, -17 lines |
0 comments
|
Download
|
 |
A + |
cc/playback/raster_source.cc
|
View
|
|
12 chunks |
+54 lines, -69 lines |
0 comments
|
Download
|
 |
A + |
cc/playback/raster_source_unittest.cc
|
View
|
|
22 chunks |
+43 lines, -44 lines |
0 comments
|
Download
|
 |
M |
cc/quads/draw_quad_unittest.cc
|
View
|
|
3 chunks |
+5 lines, -5 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 |
+23 lines, -25 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
|
|
2 chunks |
+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 |
+10 lines, -11 lines |
0 comments
|
Download
|
 |
M |
cc/raster/tile_task_worker_pool_unittest.cc
|
View
|
|
3 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/raster/zero_copy_tile_task_worker_pool.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
cc/test/fake_display_list_raster_source.h
|
View
|
|
1 chunk |
+0 lines, -63 lines |
0 comments
|
Download
|
 |
D |
cc/test/fake_display_list_raster_source.cc
|
View
|
|
1 chunk |
+0 lines, -160 lines |
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
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/test/fake_picture_layer_impl.h
|
View
|
|
6 chunks |
+9 lines, -10 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
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/test/fake_picture_layer_tiling_client.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A |
cc/test/fake_raster_source.h
|
View
|
|
1 chunk |
+57 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
cc/test/fake_raster_source.cc
|
View
|
|
6 chunks |
+36 lines, -41 lines |
0 comments
|
Download
|
 |
M |
cc/tiles/picture_layer_tiling.h
|
View
|
|
5 chunks |
+6 lines, -7 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_perftest.cc
|
View
|
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/tiles/picture_layer_tiling_set.h
|
View
|
|
3 chunks |
+6 lines, -7 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_set_unittest.cc
|
View
|
|
6 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
cc/tiles/picture_layer_tiling_unittest.cc
|
View
|
|
29 chunks |
+59 lines, -65 lines |
0 comments
|
Download
|
 |
M |
cc/tiles/prioritized_tile.h
|
View
|
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
cc/tiles/prioritized_tile.cc
|
View
|
|
1 chunk |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
cc/tiles/tile_manager.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/tiles/tile_manager.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/tiles/tile_manager_perftest.cc
|
View
|
|
4 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
cc/tiles/tile_manager_unittest.cc
|
View
|
|
17 chunks |
+38 lines, -38 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_impl_unittest.cc
|
View
|
|
4 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
Total messages: 13 (6 generated)
|