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

Issue 1715973002: cc: Move tracking of layer_property_changed to main thread (3) (Closed)

Created:
4 years, 10 months ago by jaydasika
Modified:
4 years, 10 months ago
Reviewers:
ajuma, weiliangc, enne (OOO)
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: Move tracking of layer_property_changed to main thread (3) This is a follow up to http://crrev.com/1697613002 Properties moved in this CL are : stacking_order_changed, transform_and_invertibility. This changes the existing behavior. We set layer_property_changed even when transform is animating on impl only. BUG=584512 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/865fd48e9c02ced3bdf31c9295008a649bfb06f3 Cr-Commit-Position: refs/heads/master@{#377249}

Patch Set 1 : stacking order changed #

Patch Set 2 : transform and invertibility #

Total comments: 2

Patch Set 3 : Remove LayerImpl::stacking_order_changed #

Total comments: 1

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -116 lines) Patch
M cc/layers/layer.h View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
M cc/layers/layer.cc View 1 2 3 8 chunks +3 lines, -8 lines 0 comments Download
M cc/layers/layer_impl.h View 1 2 2 chunks +0 lines, -3 lines 0 comments Download
M cc/layers/layer_impl.cc View 1 2 5 chunks +0 lines, -11 lines 0 comments Download
M cc/layers/layer_proto_converter_unittest.cc View 1 3 chunks +47 lines, -6 lines 0 comments Download
M cc/layers/layer_unittest.cc View 1 2 3 4 9 chunks +36 lines, -65 lines 0 comments Download
M cc/proto/layer.proto View 1 2 3 3 chunks +2 lines, -3 lines 0 comments Download
M cc/trees/damage_tracker_unittest.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 2 chunks +8 lines, -13 lines 0 comments Download

Messages

Total messages: 14 (7 generated)
jaydasika
This still doesn't address transform animation on impl. There are two functions SetTransformAndInvertibility, SetTransform in ...
4 years, 10 months ago (2016-02-20 01:03:35 UTC) #4
ajuma
https://codereview.chromium.org/1715973002/diff/20001/cc/layers/layer_impl.cc File cc/layers/layer_impl.cc (left): https://codereview.chromium.org/1715973002/diff/20001/cc/layers/layer_impl.cc#oldcode691 cc/layers/layer_impl.cc:691: stacking_order_changed_ = true; I believe stacking_order_changed_ exists purely for ...
4 years, 10 months ago (2016-02-22 15:54:40 UTC) #5
jaydasika
https://codereview.chromium.org/1715973002/diff/20001/cc/layers/layer_impl.cc File cc/layers/layer_impl.cc (left): https://codereview.chromium.org/1715973002/diff/20001/cc/layers/layer_impl.cc#oldcode691 cc/layers/layer_impl.cc:691: stacking_order_changed_ = true; On 2016/02/22 15:54:40, ajuma wrote: > ...
4 years, 10 months ago (2016-02-22 18:46:52 UTC) #6
ajuma
lgtm with one more thing that we can probably delete :) https://codereview.chromium.org/1715973002/diff/40001/cc/layers/layer.cc File cc/layers/layer.cc (right): ...
4 years, 10 months ago (2016-02-22 20:43:09 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1715973002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1715973002/80001
4 years, 10 months ago (2016-02-24 07:51:14 UTC) #10
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 10 months ago (2016-02-24 09:26:23 UTC) #12
commit-bot: I haz the power
4 years, 10 months ago (2016-02-24 09:27:54 UTC) #14
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/865fd48e9c02ced3bdf31c9295008a649bfb06f3
Cr-Commit-Position: refs/heads/master@{#377249}

Powered by Google App Engine
This is Rietveld 408576698