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

Issue 2437923002: cc: Change ClipNode::applies_local_clip to a clip_type enum (Closed)

Created:
4 years, 2 months ago by ajuma
Modified:
4 years, 1 month ago
Reviewers:
jaydasika, pdr., weiliangc
CC:
chromium-reviews, krit, drott+blinkwatch_chromium.org, blink-reviews-platform-graphics_chromium.org, Stephen Chennney, dshwang, pdr+graphicswatchlist_chromium.org, jbroman, Justin Novosad, Rik, f(malita), blink-reviews, cc-bugs_chromium.org, ajuma+watch_chromium.org, danakj+watch_chromium.org, rwlbuis
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

cc: Change ClipNode::applies_local_clip to a clip_type enum This change is in preparation for adding "expanding" clip nodes, which will involve adding a new ClipType. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel BUG=653631 Committed: https://crrev.com/259f1e710e96ab0a0a9d14db19c82b78c9cbffe7 Cr-Commit-Position: refs/heads/master@{#427082}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address review comment #

Patch Set 3 : Fix Windows build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -32 lines) Patch
M cc/proto/cc_conversions.h View 2 chunks +7 lines, -0 lines 0 comments Download
M cc/proto/cc_conversions.cc View 1 2 1 chunk +24 lines, -0 lines 0 comments Download
M cc/proto/property_tree.proto View 1 chunk +6 lines, -1 line 0 comments Download
M cc/trees/clip_node.h View 2 chunks +12 lines, -5 lines 0 comments Download
M cc/trees/clip_node.cc View 8 chunks +8 lines, -6 lines 0 comments Download
M cc/trees/draw_property_utils.cc View 4 chunks +7 lines, -5 lines 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/property_tree_builder.cc View 1 3 chunks +6 lines, -3 lines 0 comments Download
M cc/trees/property_tree_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp View 5 chunks +8 lines, -7 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 29 (18 generated)
ajuma
4 years, 2 months ago (2016-10-21 22:48:25 UTC) #8
jaydasika
lgtm https://codereview.chromium.org/2437923002/diff/1/cc/trees/property_tree_builder.cc File cc/trees/property_tree_builder.cc (right): https://codereview.chromium.org/2437923002/diff/1/cc/trees/property_tree_builder.cc#newcode372 cc/trees/property_tree_builder.cc:372: DCHECK(parent->clip_type != ClipNode::ClipType::APPLIES_LOCAL_CLIP); Nit : You can use ...
4 years, 2 months ago (2016-10-21 23:20:59 UTC) #9
ajuma
+pdr for Source/platform/graphics https://codereview.chromium.org/2437923002/diff/1/cc/trees/property_tree_builder.cc File cc/trees/property_tree_builder.cc (right): https://codereview.chromium.org/2437923002/diff/1/cc/trees/property_tree_builder.cc#newcode372 cc/trees/property_tree_builder.cc:372: DCHECK(parent->clip_type != ClipNode::ClipType::APPLIES_LOCAL_CLIP); On 2016/10/21 23:20:58, ...
4 years, 2 months ago (2016-10-21 23:35:30 UTC) #13
pdr.
On 2016/10/21 at 23:35:30, ajuma wrote: > +pdr for Source/platform/graphics > > https://codereview.chromium.org/2437923002/diff/1/cc/trees/property_tree_builder.cc > File ...
4 years, 2 months ago (2016-10-21 23:38:53 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2437923002/40001
4 years, 2 months ago (2016-10-21 23:50:52 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/321819)
4 years, 2 months ago (2016-10-22 03:38:03 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2437923002/40001
4 years, 1 month ago (2016-10-24 13:03:58 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/301329)
4 years, 1 month ago (2016-10-24 15:03:42 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2437923002/40001
4 years, 1 month ago (2016-10-24 15:35:53 UTC) #25
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 1 month ago (2016-10-24 16:26:07 UTC) #27
commit-bot: I haz the power
4 years, 1 month ago (2016-10-24 16:49:58 UTC) #29
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/259f1e710e96ab0a0a9d14db19c82b78c9cbffe7
Cr-Commit-Position: refs/heads/master@{#427082}

Powered by Google App Engine
This is Rietveld 408576698