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

Issue 1697613002: cc :: Move tracking of layer_property_changed to main thread (2) (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 (2) This is a follow up to http://crrev.com/1688563002. Properties moved in this CL are : bounds, position, transform_origin BUG=584512 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/adfec8e15d041e310fd741e34db1589777236112 Cr-Commit-Position: refs/heads/master@{#375768}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 14

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 7

Patch Set 7 : #

Total comments: 2

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+169 lines, -17 lines) Patch
M cc/layers/layer.cc View 1 2 3 5 chunks +6 lines, -0 lines 0 comments Download
M cc/layers/layer_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/layer_impl.cc View 1 2 3 5 chunks +17 lines, -5 lines 0 comments Download
M cc/layers/layer_impl_unittest.cc View 4 chunks +4 lines, -8 lines 0 comments Download
M cc/layers/layer_unittest.cc View 1 2 3 4 5 6 8 chunks +76 lines, -3 lines 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M cc/proto/property_tree.proto View 5 chunks +5 lines, -0 lines 0 comments Download
M cc/trees/damage_tracker_unittest.cc View 4 chunks +8 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 2 3 4 2 chunks +10 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_impl_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/property_tree.h View 1 2 3 4 5 6 3 chunks +7 lines, -0 lines 0 comments Download
M cc/trees/property_tree.cc View 1 2 3 4 5 6 7 7 chunks +26 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (7 generated)
jaydasika
With this CL all properties that don't change on the compositor are moved.
4 years, 10 months ago (2016-02-12 22:02:10 UTC) #5
ajuma
https://codereview.chromium.org/1697613002/diff/40001/cc/layers/layer.cc File cc/layers/layer.cc (right): https://codereview.chromium.org/1697613002/diff/40001/cc/layers/layer.cc#newcode1384 cc/layers/layer.cc:1384: transform_node->data.transform_changed = false; When updating the transform tree, this ...
4 years, 10 months ago (2016-02-12 23:57:04 UTC) #6
jaydasika
https://codereview.chromium.org/1697613002/diff/40001/cc/layers/layer.cc File cc/layers/layer.cc (right): https://codereview.chromium.org/1697613002/diff/40001/cc/layers/layer.cc#newcode1384 cc/layers/layer.cc:1384: transform_node->data.transform_changed = false; On 2016/02/12 23:57:03, ajuma wrote: > ...
4 years, 10 months ago (2016-02-16 22:30:36 UTC) #7
ajuma
https://codereview.chromium.org/1697613002/diff/40001/cc/layers/layer_impl.cc File cc/layers/layer_impl.cc (right): https://codereview.chromium.org/1697613002/diff/40001/cc/layers/layer_impl.cc#newcode1040 cc/layers/layer_impl.cc:1040: NoteLayerPropertyChanged(); On 2016/02/16 22:30:36, jaydasika wrote: > On 2016/02/12 ...
4 years, 10 months ago (2016-02-16 22:55:50 UTC) #8
jaydasika
https://codereview.chromium.org/1697613002/diff/100001/cc/trees/property_tree.cc File cc/trees/property_tree.cc (right): https://codereview.chromium.org/1697613002/diff/100001/cc/trees/property_tree.cc#newcode991 cc/trees/property_tree.cc:991: node->data.transform_changed = true; On 2016/02/16 22:55:50, ajuma wrote: > ...
4 years, 10 months ago (2016-02-16 23:08:22 UTC) #9
ajuma
https://codereview.chromium.org/1697613002/diff/100001/cc/trees/property_tree.cc File cc/trees/property_tree.cc (right): https://codereview.chromium.org/1697613002/diff/100001/cc/trees/property_tree.cc#newcode991 cc/trees/property_tree.cc:991: node->data.transform_changed = true; On 2016/02/16 23:08:22, jaydasika wrote: > ...
4 years, 10 months ago (2016-02-17 00:05:33 UTC) #10
jaydasika
https://codereview.chromium.org/1697613002/diff/100001/cc/layers/layer_impl.cc File cc/layers/layer_impl.cc (right): https://codereview.chromium.org/1697613002/diff/100001/cc/layers/layer_impl.cc#newcode787 cc/layers/layer_impl.cc:787: if (node && node->data.transform_changed) On 2016/02/16 22:55:50, ajuma wrote: ...
4 years, 10 months ago (2016-02-17 00:32:36 UTC) #11
ajuma
https://codereview.chromium.org/1697613002/diff/120001/cc/trees/property_tree.cc File cc/trees/property_tree.cc (right): https://codereview.chromium.org/1697613002/diff/120001/cc/trees/property_tree.cc#newcode988 cc/trees/property_tree.cc:988: !source_to_parent_updates_allowed_)) The second condition can prevent checking if the ...
4 years, 10 months ago (2016-02-17 00:40:01 UTC) #12
jaydasika
https://codereview.chromium.org/1697613002/diff/120001/cc/trees/property_tree.cc File cc/trees/property_tree.cc (right): https://codereview.chromium.org/1697613002/diff/120001/cc/trees/property_tree.cc#newcode988 cc/trees/property_tree.cc:988: !source_to_parent_updates_allowed_)) On 2016/02/17 00:40:01, ajuma wrote: > The second ...
4 years, 10 months ago (2016-02-17 00:49:38 UTC) #13
ajuma
On 2016/02/17 00:49:38, jaydasika wrote: > https://codereview.chromium.org/1697613002/diff/120001/cc/trees/property_tree.cc > File cc/trees/property_tree.cc (right): > > https://codereview.chromium.org/1697613002/diff/120001/cc/trees/property_tree.cc#newcode988 > ...
4 years, 10 months ago (2016-02-17 00:52:17 UTC) #14
jaydasika
https://codereview.chromium.org/1697613002/diff/40001/cc/layers/layer_impl.cc File cc/layers/layer_impl.cc (right): https://codereview.chromium.org/1697613002/diff/40001/cc/layers/layer_impl.cc#newcode1040 cc/layers/layer_impl.cc:1040: NoteLayerPropertyChanged(); On 2016/02/16 22:55:50, ajuma wrote: > On 2016/02/16 ...
4 years, 10 months ago (2016-02-17 02:00:15 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1697613002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1697613002/140001
4 years, 10 months ago (2016-02-17 02:04:29 UTC) #17
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 10 months ago (2016-02-17 02:46:19 UTC) #19
commit-bot: I haz the power
4 years, 10 months ago (2016-02-17 02:47:12 UTC) #21
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/adfec8e15d041e310fd741e34db1589777236112
Cr-Commit-Position: refs/heads/master@{#375768}

Powered by Google App Engine
This is Rietveld 408576698