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

Issue 1994213002: cc: Update effect_tree backface visibility when transform is updated. (Closed)

Created:
4 years, 7 months ago by sunxd
Modified:
4 years, 7 months ago
Reviewers:
jaydasika, ajuma, Peter Mayo
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: Update effect_tree backface visibility when transform is updated. We should update effect_tree as well in UpdatePropertyTrees when an animation cause a change in transform tree. Failing to update it may cause draw_property_utils incorrectly skip layers. This CL forces the update and added a related unit test. BUG=610280 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/59dd7daef0b5f11d6f8dd6dd5141967ab0deb0b4 Cr-Commit-Position: refs/heads/master@{#394846}

Patch Set 1 #

Total comments: 12

Patch Set 2 : Resolve comments in unit test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -2 lines) Patch
M cc/trees/draw_property_utils.cc View 1 2 chunks +6 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 1 1 chunk +50 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (6 generated)
sunxd
4 years, 7 months ago (2016-05-19 15:39:39 UTC) #4
jaydasika
https://codereview.chromium.org/1994213002/diff/1/cc/trees/draw_property_utils.cc File cc/trees/draw_property_utils.cc (right): https://codereview.chromium.org/1994213002/diff/1/cc/trees/draw_property_utils.cc#newcode793 cc/trees/draw_property_utils.cc:793: property_trees->effect_tree.set_needs_update(true); I think it will be better if we ...
4 years, 7 months ago (2016-05-19 17:07:58 UTC) #5
ajuma
Just some nits about the test. https://codereview.chromium.org/1994213002/diff/1/cc/trees/layer_tree_host_common_unittest.cc File cc/trees/layer_tree_host_common_unittest.cc (right): https://codereview.chromium.org/1994213002/diff/1/cc/trees/layer_tree_host_common_unittest.cc#newcode6401 cc/trees/layer_tree_host_common_unittest.cc:6401: gfx::Transform rotateAboutY; nit: ...
4 years, 7 months ago (2016-05-19 17:13:10 UTC) #6
ajuma
https://codereview.chromium.org/1994213002/diff/1/cc/trees/draw_property_utils.cc File cc/trees/draw_property_utils.cc (right): https://codereview.chromium.org/1994213002/diff/1/cc/trees/draw_property_utils.cc#newcode793 cc/trees/draw_property_utils.cc:793: property_trees->effect_tree.set_needs_update(true); On 2016/05/19 17:07:58, jaydasika wrote: > I think ...
4 years, 7 months ago (2016-05-19 17:18:14 UTC) #7
Peter Mayo
https://codereview.chromium.org/1994213002/diff/1/cc/trees/draw_property_utils.cc File cc/trees/draw_property_utils.cc (right): https://codereview.chromium.org/1994213002/diff/1/cc/trees/draw_property_utils.cc#newcode793 cc/trees/draw_property_utils.cc:793: property_trees->effect_tree.set_needs_update(true); On 2016/05/19 17:07:58, jaydasika wrote: > I think ...
4 years, 7 months ago (2016-05-19 17:33:20 UTC) #8
jaydasika
https://codereview.chromium.org/1994213002/diff/1/cc/trees/draw_property_utils.cc File cc/trees/draw_property_utils.cc (right): https://codereview.chromium.org/1994213002/diff/1/cc/trees/draw_property_utils.cc#newcode793 cc/trees/draw_property_utils.cc:793: property_trees->effect_tree.set_needs_update(true); On 2016/05/19 17:18:14, ajuma wrote: > On 2016/05/19 ...
4 years, 7 months ago (2016-05-19 17:52:19 UTC) #9
jaydasika
4 years, 7 months ago (2016-05-19 17:52:20 UTC) #10
sunxd
https://codereview.chromium.org/1994213002/diff/1/cc/trees/draw_property_utils.cc File cc/trees/draw_property_utils.cc (right): https://codereview.chromium.org/1994213002/diff/1/cc/trees/draw_property_utils.cc#newcode793 cc/trees/draw_property_utils.cc:793: property_trees->effect_tree.set_needs_update(true); On 2016/05/19 17:52:18, jaydasika wrote: > On 2016/05/19 ...
4 years, 7 months ago (2016-05-19 17:59:57 UTC) #11
sunxd
4 years, 7 months ago (2016-05-19 18:45:22 UTC) #12
ajuma
lgtm
4 years, 7 months ago (2016-05-19 18:47:16 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1994213002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1994213002/20001
4 years, 7 months ago (2016-05-19 19:59:11 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 7 months ago (2016-05-19 20:07:58 UTC) #17
commit-bot: I haz the power
4 years, 7 months ago (2016-05-19 20:09:07 UTC) #19
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/59dd7daef0b5f11d6f8dd6dd5141967ab0deb0b4
Cr-Commit-Position: refs/heads/master@{#394846}

Powered by Google App Engine
This is Rietveld 408576698