Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Issue 1405883002: cc: Remove the base RasterSource (Closed)

Created:
5 years, 2 months ago by hendrikw
Modified:
5 years, 2 months ago
Reviewers:
vmpstr, ericrk
CC:
chromium-reviews, cc-bugs_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

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}

Patch Set 1 #

Total comments: 3

Patch Set 2 : :/ #

Total comments: 1

Patch Set 3 : TODO #

Patch Set 4 : merge #

Patch Set 5 : merge more #

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

Messages

Total messages: 20 (7 generated)
hendrikw
PTAL
5 years, 2 months ago (2015-10-15 02:38:16 UTC) #2
ericrk
Makes sense to me - one question though - given that we only have one ...
5 years, 2 months ago (2015-10-15 16:06:37 UTC) #4
hendrikw
On 2015/10/15 16:06:37, ericrk wrote: > Makes sense to me - one question though - ...
5 years, 2 months ago (2015-10-15 16:12:16 UTC) #5
vmpstr
On 2015/10/15 16:06:37, ericrk wrote: >> Makes sense to me - one question though - ...
5 years, 2 months ago (2015-10-15 17:33:32 UTC) #6
hendrikw
> We can maybe change that later once slimming paint solidifies (dries?) good one! https://codereview.chromium.org/1405883002/diff/1/cc/playback/display_list_raster_source.cc ...
5 years, 2 months ago (2015-10-15 17:43:18 UTC) #7
vmpstr
https://codereview.chromium.org/1405883002/diff/1/cc/playback/display_list_raster_source.cc File cc/playback/display_list_raster_source.cc (right): https://codereview.chromium.org/1405883002/diff/1/cc/playback/display_list_raster_source.cc#newcode82 cc/playback/display_list_raster_source.cc:82: bool partial_update = canvas_bitmap_rect != canvas_playback_rect; On 2015/10/15 17:43:18, ...
5 years, 2 months ago (2015-10-15 17:55:26 UTC) #8
hendrikw
Respectfully disagree, making a function with a generic name that does a bunch of random ...
5 years, 2 months ago (2015-10-17 00:49:54 UTC) #9
vmpstr
lgtm https://codereview.chromium.org/1405883002/diff/20001/cc/playback/display_list_raster_source.cc File cc/playback/display_list_raster_source.cc (right): https://codereview.chromium.org/1405883002/diff/20001/cc/playback/display_list_raster_source.cc#newcode88 cc/playback/display_list_raster_source.cc:88: void DisplayListRasterSource::PrepareForPlaybackToCanvas( nit: can you leave a TODO ...
5 years, 2 months ago (2015-10-19 19:00:01 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1405883002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1405883002/40001
5 years, 2 months ago (2015-10-19 21:22:06 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_android on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_android/builds/67977) chromeos_daisy_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 2 months ago (2015-10-19 21:26:51 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1405883002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1405883002/80001
5 years, 2 months ago (2015-10-19 22:14:53 UTC) #18
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 2 months ago (2015-10-19 23:45:17 UTC) #19
commit-bot: I haz the power
5 years, 2 months ago (2015-10-19 23:46:10 UTC) #20
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/c7014b2e5b584ddd51e54189cb3e1a5f6970c502
Cr-Commit-Position: refs/heads/master@{#354915}

Powered by Google App Engine
This is Rietveld 408576698