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

Issue 308193003: Removed QuadSink and MockQuadCuller (Closed)

Created:
6 years, 6 months ago by weiliangc
Modified:
6 years, 6 months ago
Reviewers:
enne (OOO)
CC:
chromium-reviews, feature-media-reviews_chromium.org, cc-bugs_chromium.org, danakj, Ian Vollick, piman
Base URL:
https://chromium.googlesource.com/chromium/src.git@plumLayerImpl
Visibility:
Public.

Description

Removed QuadSink and MockQuadCuller Since QuadSink does not provide more functionatility than passing through to RenderPass and OcclusionTracker, it can be torn down and removed. Same is for MockQuadCuller. This CL follows 302603006, 306683002, 309493002. BUG=344962 TEST=cc_unittests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=279050

Patch Set 1 #

Patch Set 2 : rm unused line #

Total comments: 7

Patch Set 3 : rebase #

Patch Set 4 : fix cl try compile error #

Patch Set 5 : rebase #

Patch Set 6 : fix rebase problem #

Patch Set 7 : try rm CC_EXPORT see if problem go away #

Patch Set 8 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+388 lines, -542 lines) Patch
M cc/BUILD.gn View 1 2 3 4 5 6 7 2 chunks +0 lines, -4 lines 0 comments Download
M cc/cc.gyp View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M cc/cc_tests.gyp View 1 2 3 4 5 6 7 1 chunk +0 lines, -2 lines 0 comments Download
M cc/layers/delegated_renderer_layer_impl.h View 1 2 3 chunks +5 lines, -3 lines 0 comments Download
M cc/layers/delegated_renderer_layer_impl.cc View 1 2 10 chunks +26 lines, -18 lines 0 comments Download
M cc/layers/delegated_renderer_layer_impl_unittest.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M cc/layers/heads_up_display_layer_impl.h View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/layers/heads_up_display_layer_impl.cc View 1 2 3 4 5 6 7 7 chunks +17 lines, -15 lines 0 comments Download
M cc/layers/heads_up_display_layer_impl_unittest.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M cc/layers/io_surface_layer_impl.h View 1 chunk +2 lines, -1 line 0 comments Download
M cc/layers/io_surface_layer_impl.cc View 1 2 3 4 5 6 7 3 chunks +10 lines, -7 lines 0 comments Download
M cc/layers/layer_impl.h View 1 2 3 4 5 6 7 3 chunks +6 lines, -4 lines 0 comments Download
M cc/layers/layer_impl.cc View 1 2 3 4 5 6 7 4 chunks +4 lines, -5 lines 0 comments Download
M cc/layers/nine_patch_layer_impl.h View 1 chunk +2 lines, -1 line 0 comments Download
M cc/layers/nine_patch_layer_impl.cc View 1 2 3 4 5 6 7 12 chunks +31 lines, -26 lines 0 comments Download
M cc/layers/nine_patch_layer_impl_unittest.cc View 1 2 3 chunks +2 lines, -4 lines 0 comments Download
M cc/layers/painted_scrollbar_layer_impl.h View 1 chunk +2 lines, -1 line 0 comments Download
M cc/layers/painted_scrollbar_layer_impl.cc View 1 2 3 4 5 6 7 5 chunks +12 lines, -10 lines 0 comments Download
M cc/layers/picture_image_layer_impl_unittest.cc View 1 2 3 4 5 6 7 2 chunks +4 lines, -4 lines 0 comments Download
M cc/layers/picture_layer_impl.h View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/picture_layer_impl.cc View 1 2 3 4 5 6 7 12 chunks +19 lines, -15 lines 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 1 2 3 4 5 6 7 6 chunks +9 lines, -11 lines 0 comments Download
D cc/layers/quad_sink.h View 1 2 1 chunk +0 lines, -59 lines 0 comments Download
M cc/layers/quad_sink.cc View 1 2 3 4 5 1 chunk +0 lines, -55 lines 0 comments Download
M cc/layers/render_surface_impl.h View 2 chunks +4 lines, -2 lines 0 comments Download
M cc/layers/render_surface_impl.cc View 1 2 3 4 4 chunks +13 lines, -10 lines 0 comments Download
M cc/layers/render_surface_unittest.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M cc/layers/scrollbar_layer_unittest.cc View 5 chunks +13 lines, -13 lines 0 comments Download
M cc/layers/solid_color_layer_impl.h View 1 chunk +2 lines, -1 line 0 comments Download
M cc/layers/solid_color_layer_impl.cc View 1 2 3 4 5 6 7 4 chunks +10 lines, -7 lines 0 comments Download
M cc/layers/solid_color_layer_impl_unittest.cc View 1 2 9 chunks +16 lines, -22 lines 0 comments Download
M cc/layers/solid_color_scrollbar_layer_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/solid_color_scrollbar_layer_impl.cc View 1 2 3 4 5 6 7 3 chunks +10 lines, -7 lines 0 comments Download
M cc/layers/surface_layer_impl.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M cc/layers/surface_layer_impl.cc View 1 2 3 4 5 6 7 2 chunks +10 lines, -7 lines 0 comments Download
M cc/layers/texture_layer_impl.h View 1 chunk +2 lines, -1 line 0 comments Download
M cc/layers/texture_layer_impl.cc View 1 2 3 4 5 6 7 4 chunks +10 lines, -7 lines 0 comments Download
M cc/layers/tiled_layer_impl.h View 1 chunk +2 lines, -1 line 0 comments Download
M cc/layers/tiled_layer_impl.cc View 1 2 3 4 5 6 7 6 chunks +12 lines, -9 lines 0 comments Download
M cc/layers/tiled_layer_impl_unittest.cc View 1 2 8 chunks +15 lines, -23 lines 0 comments Download
M cc/layers/ui_resource_layer_impl.h View 1 chunk +2 lines, -1 line 0 comments Download
M cc/layers/ui_resource_layer_impl.cc View 1 2 3 4 5 6 7 4 chunks +10 lines, -7 lines 0 comments Download
M cc/layers/ui_resource_layer_impl_unittest.cc View 1 2 3 chunks +5 lines, -7 lines 0 comments Download
M cc/layers/video_layer_impl.h View 1 chunk +2 lines, -1 line 0 comments Download
M cc/layers/video_layer_impl.cc View 1 2 3 4 5 6 7 9 chunks +15 lines, -12 lines 0 comments Download
M cc/output/gl_renderer_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M cc/output/software_renderer_unittest.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M cc/quads/render_pass.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/test/fake_picture_layer_impl.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -1 line 0 comments Download
M cc/test/fake_picture_layer_impl.cc View 1 2 1 chunk +6 lines, -3 lines 0 comments Download
M cc/test/layer_test_common.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M cc/test/layer_test_common.cc View 1 2 5 chunks +16 lines, -12 lines 0 comments Download
M cc/test/mock_occlusion_tracker.h View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
D cc/test/mock_quad_culler.h View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
D cc/test/mock_quad_culler.cc View 1 2 3 4 5 1 chunk +0 lines, -33 lines 0 comments Download
M cc/test/render_pass_test_utils.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 2 3 4 5 6 7 8 chunks +9 lines, -12 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 1 2 3 4 8 chunks +16 lines, -11 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 1 2 3 4 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
weiliangc
6 years, 6 months ago (2014-05-30 20:27:11 UTC) #1
enne (OOO)
lgtm https://codereview.chromium.org/308193003/diff/20001/cc/layers/heads_up_display_layer_impl.cc File cc/layers/heads_up_display_layer_impl.cc (right): https://codereview.chromium.org/308193003/diff/20001/cc/layers/heads_up_display_layer_impl.cc#newcode598 cc/layers/heads_up_display_layer_impl.cc:598: SkPaint* paint, Oops. Thanks for this. https://codereview.chromium.org/308193003/diff/20001/cc/test/mock_occlusion_tracker.h File ...
6 years, 6 months ago (2014-05-30 21:37:42 UTC) #2
weiliangc
https://codereview.chromium.org/308193003/diff/20001/cc/test/mock_occlusion_tracker.h File cc/test/mock_occlusion_tracker.h (right): https://codereview.chromium.org/308193003/diff/20001/cc/test/mock_occlusion_tracker.h#newcode45 cc/test/mock_occlusion_tracker.h:45: virtual gfx::Rect UnoccludedContentRect( On 2014/05/30 21:37:43, enne wrote: > ...
6 years, 6 months ago (2014-05-30 21:46:06 UTC) #3
weiliangc
https://codereview.chromium.org/308193003/diff/20001/cc/test/mock_occlusion_tracker.h File cc/test/mock_occlusion_tracker.h (right): https://codereview.chromium.org/308193003/diff/20001/cc/test/mock_occlusion_tracker.h#newcode49 cc/test/mock_occlusion_tracker.h:49: return this->UnoccludedContentRectHelper( On 2014/05/30 21:37:43, enne wrote: > style ...
6 years, 6 months ago (2014-05-30 22:04:56 UTC) #4
enne (OOO)
https://codereview.chromium.org/308193003/diff/20001/cc/test/mock_occlusion_tracker.h File cc/test/mock_occlusion_tracker.h (right): https://codereview.chromium.org/308193003/diff/20001/cc/test/mock_occlusion_tracker.h#newcode49 cc/test/mock_occlusion_tracker.h:49: return this->UnoccludedContentRectHelper( On 2014/05/30 22:04:57, weiliangc wrote: > On ...
6 years, 6 months ago (2014-05-30 22:05:58 UTC) #5
enne (OOO)
https://codereview.chromium.org/308193003/diff/20001/cc/test/mock_occlusion_tracker.h File cc/test/mock_occlusion_tracker.h (right): https://codereview.chromium.org/308193003/diff/20001/cc/test/mock_occlusion_tracker.h#newcode45 cc/test/mock_occlusion_tracker.h:45: virtual gfx::Rect UnoccludedContentRect( On 2014/05/30 21:46:07, weiliangc wrote: > ...
6 years, 6 months ago (2014-05-30 22:11:09 UTC) #6
danakj
On Sat, May 31, 2014 at 12:11 AM, <enne@chromium.org> wrote: > > https://codereview.chromium.org/308193003/diff/20001/cc/ > test/mock_occlusion_tracker.h ...
6 years, 6 months ago (2014-05-31 23:23:39 UTC) #7
weiliangc
On 2014/05/31 23:23:39, danakj (OOO_back_june_6) wrote: > On Sat, May 31, 2014 at 12:11 AM, ...
6 years, 6 months ago (2014-06-02 17:11:21 UTC) #8
danakj
On Mon, Jun 2, 2014 at 7:11 PM, <weiliangc@chromium.org> wrote: > On 2014/05/31 23:23:39, danakj ...
6 years, 6 months ago (2014-06-02 17:16:00 UTC) #9
weiliangc
The CQ bit was checked by weiliangc@chromium.org
6 years, 6 months ago (2014-06-23 04:46:42 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/weiliangc@chromium.org/308193003/160001
6 years, 6 months ago (2014-06-23 04:47:39 UTC) #11
commit-bot: I haz the power
6 years, 6 months ago (2014-06-23 05:50:40 UTC) #12
Message was sent while issue was closed.
Change committed as 279050

Powered by Google App Engine
This is Rietveld 408576698