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

Issue 2464153004: cc: Set clip rect to empty rect when layer's is_clipped is false (Closed)

Created:
4 years, 1 month ago by jaydasika
Modified:
4 years, 1 month ago
Reviewers:
ajuma, weiliangc
CC:
cc-bugs_chromium.org, chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

cc: Set clip rect to empty rect when layer's is_clipped is false And also verify is_clipped calculated dynamically matches the current is_clipped value, also verify clip rects even when is_clipped is false BUG=594675 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Committed: https://crrev.com/1fc2fd1adf7c5af04f7d8e2fe752b0a31e0dde7c Cr-Commit-Position: refs/heads/master@{#429723}

Patch Set 1 #

Patch Set 2 : fix format #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -48 lines) Patch
M cc/trees/draw_property_utils.cc View 1 3 chunks +49 lines, -48 lines 5 comments Download

Messages

Total messages: 20 (10 generated)
jaydasika
PTAL
4 years, 1 month ago (2016-11-01 22:21:38 UTC) #3
weiliangc
Sorry I'm not sure I fully understand why this change is setting clip rect to ...
4 years, 1 month ago (2016-11-02 21:08:07 UTC) #9
jaydasika
On 2016/11/02 21:08:07, weiliangc wrote: > Sorry I'm not sure I fully understand why this ...
4 years, 1 month ago (2016-11-02 21:21:47 UTC) #10
jaydasika
https://codereview.chromium.org/2464153004/diff/20001/cc/trees/draw_property_utils.cc File cc/trees/draw_property_utils.cc (left): https://codereview.chromium.org/2464153004/diff/20001/cc/trees/draw_property_utils.cc#oldcode286 cc/trees/draw_property_utils.cc:286: !clip_node->layers_are_clipped && !clip_node->target_is_clipped; On 2016/11/02 21:08:07, weiliangc wrote: > ...
4 years, 1 month ago (2016-11-02 21:21:56 UTC) #11
weiliangc
Thanks for the explanation. https://codereview.chromium.org/2464153004/diff/20001/cc/trees/draw_property_utils.cc File cc/trees/draw_property_utils.cc (left): https://codereview.chromium.org/2464153004/diff/20001/cc/trees/draw_property_utils.cc#oldcode286 cc/trees/draw_property_utils.cc:286: !clip_node->layers_are_clipped && !clip_node->target_is_clipped; On 2016/11/02 ...
4 years, 1 month ago (2016-11-02 21:34:28 UTC) #12
jaydasika
https://codereview.chromium.org/2464153004/diff/20001/cc/trees/draw_property_utils.cc File cc/trees/draw_property_utils.cc (left): https://codereview.chromium.org/2464153004/diff/20001/cc/trees/draw_property_utils.cc#oldcode286 cc/trees/draw_property_utils.cc:286: !clip_node->layers_are_clipped && !clip_node->target_is_clipped; On 2016/11/02 21:34:28, weiliangc wrote: > ...
4 years, 1 month ago (2016-11-02 21:46:41 UTC) #13
weiliangc
LGTM https://codereview.chromium.org/2464153004/diff/20001/cc/trees/draw_property_utils.cc File cc/trees/draw_property_utils.cc (left): https://codereview.chromium.org/2464153004/diff/20001/cc/trees/draw_property_utils.cc#oldcode286 cc/trees/draw_property_utils.cc:286: !clip_node->layers_are_clipped && !clip_node->target_is_clipped; On 2016/11/02 at 21:46:40, jaydasika ...
4 years, 1 month ago (2016-11-03 19:21:54 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/2464153004/20001
4 years, 1 month ago (2016-11-03 19:28:49 UTC) #16
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 1 month ago (2016-11-03 23:22:59 UTC) #18
commit-bot: I haz the power
4 years, 1 month ago (2016-11-03 23:27:44 UTC) #20
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/1fc2fd1adf7c5af04f7d8e2fe752b0a31e0dde7c
Cr-Commit-Position: refs/heads/master@{#429723}

Powered by Google App Engine
This is Rietveld 408576698