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

Issue 1752993002: cc : Delete LayerImpl::NoteLayerPropertyChangedForSubtree (Closed)

Created:
4 years, 9 months ago by jaydasika
Modified:
4 years, 9 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 : Delete LayerImpl::NoteLayerPropertyChangedForSubtree This CL also : * tracks filter changes on main thread and filter animations on effect tree. * tracks scroll offset changes on transform tree. * tracks bounds delta changes on property trees. BUG=584512 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/b311c9af45b970264872fcbd1ea54a7b0ead5894 Cr-Commit-Position: refs/heads/master@{#378824}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 6

Patch Set 4 : #

Total comments: 6

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+159 lines, -153 lines) Patch
M cc/layers/layer.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/layer_impl.h View 1 1 chunk +0 lines, -5 lines 0 comments Download
M cc/layers/layer_impl.cc View 1 2 3 10 chunks +30 lines, -33 lines 0 comments Download
M cc/layers/layer_impl_unittest.cc View 1 2 3 4 7 chunks +38 lines, -30 lines 0 comments Download
M cc/layers/layer_unittest.cc View 1 2 3 4 5 chunks +16 lines, -55 lines 0 comments Download
M cc/proto/property_tree.proto View 1 3 chunks +3 lines, -2 lines 0 comments Download
M cc/trees/damage_tracker_unittest.cc View 1 2 3 4 1 chunk +2 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host.cc View 1 2 3 4 1 chunk +5 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 2 3 4 2 chunks +5 lines, -8 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 3 chunks +14 lines, -0 lines 0 comments Download
M cc/trees/property_tree.h View 1 2 3 4 3 chunks +11 lines, -3 lines 0 comments Download
M cc/trees/property_tree.cc View 1 2 3 4 14 chunks +34 lines, -12 lines 0 comments Download

Messages

Total messages: 20 (6 generated)
jaydasika
SetBoundsDelta is called only by viewport scroll and container layers. So, instead of walking the ...
4 years, 9 months ago (2016-03-02 01:08:31 UTC) #4
chromium-reviews
+cc sunxd On Tue, Mar 1, 2016 at 5:08 PM <jaydasika@chromium.org> wrote: > Reviewers: weiliangc, ...
4 years, 9 months ago (2016-03-02 01:14:30 UTC) #5
jaydasika
On 2016/03/02 01:14:30, chromium-reviews wrote: > +cc sunxd > > On Tue, Mar 1, 2016 ...
4 years, 9 months ago (2016-03-02 01:16:50 UTC) #6
ajuma
https://codereview.chromium.org/1752993002/diff/40001/cc/layers/layer_impl_unittest.cc File cc/layers/layer_impl_unittest.cc (right): https://codereview.chromium.org/1752993002/diff/40001/cc/layers/layer_impl_unittest.cc#newcode182 cc/layers/layer_impl_unittest.cc:182: // SetBounsDelta changes subtree only when masksToBounds is true ...
4 years, 9 months ago (2016-03-02 14:34:10 UTC) #7
sunxd
On 2016/03/02 01:16:50, jaydasika wrote: > On 2016/03/02 01:14:30, chromium-reviews wrote: > > +cc sunxd ...
4 years, 9 months ago (2016-03-02 15:36:44 UTC) #8
jaydasika
https://codereview.chromium.org/1752993002/diff/40001/cc/layers/layer_impl_unittest.cc File cc/layers/layer_impl_unittest.cc (right): https://codereview.chromium.org/1752993002/diff/40001/cc/layers/layer_impl_unittest.cc#newcode182 cc/layers/layer_impl_unittest.cc:182: // SetBounsDelta changes subtree only when masksToBounds is true ...
4 years, 9 months ago (2016-03-02 16:27:09 UTC) #9
ajuma
https://codereview.chromium.org/1752993002/diff/60001/cc/trees/layer_tree_host.cc File cc/trees/layer_tree_host.cc (right): https://codereview.chromium.org/1752993002/diff/60001/cc/trees/layer_tree_host.cc#newcode500 cc/trees/layer_tree_host.cc:500: property_trees_.full_tree_damaged = false; On 2016/03/02 16:27:08, jaydasika wrote: > ...
4 years, 9 months ago (2016-03-02 16:31:31 UTC) #10
jaydasika
https://codereview.chromium.org/1752993002/diff/60001/cc/trees/layer_tree_host.cc File cc/trees/layer_tree_host.cc (right): https://codereview.chromium.org/1752993002/diff/60001/cc/trees/layer_tree_host.cc#newcode500 cc/trees/layer_tree_host.cc:500: property_trees_.full_tree_damaged = false; On 2016/03/02 16:31:31, ajuma wrote: > ...
4 years, 9 months ago (2016-03-02 17:19:30 UTC) #11
ajuma
https://codereview.chromium.org/1752993002/diff/60001/cc/trees/layer_tree_host.cc File cc/trees/layer_tree_host.cc (right): https://codereview.chromium.org/1752993002/diff/60001/cc/trees/layer_tree_host.cc#newcode500 cc/trees/layer_tree_host.cc:500: property_trees_.full_tree_damaged = false; On 2016/03/02 17:19:30, jaydasika wrote: > ...
4 years, 9 months ago (2016-03-02 17:54:06 UTC) #12
jaydasika
https://codereview.chromium.org/1752993002/diff/60001/cc/trees/layer_tree_host.cc File cc/trees/layer_tree_host.cc (right): https://codereview.chromium.org/1752993002/diff/60001/cc/trees/layer_tree_host.cc#newcode500 cc/trees/layer_tree_host.cc:500: property_trees_.full_tree_damaged = false; On 2016/03/02 17:54:06, ajuma wrote: > ...
4 years, 9 months ago (2016-03-02 19:13:07 UTC) #13
ajuma
Thanks, lgtm.
4 years, 9 months ago (2016-03-02 19:39:21 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1752993002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1752993002/80001
4 years, 9 months ago (2016-03-02 20:03:42 UTC) #16
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 9 months ago (2016-03-02 20:49:18 UTC) #18
commit-bot: I haz the power
4 years, 9 months ago (2016-03-02 20:50:32 UTC) #20
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/b311c9af45b970264872fcbd1ea54a7b0ead5894
Cr-Commit-Position: refs/heads/master@{#378824}

Powered by Google App Engine
This is Rietveld 408576698