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

Issue 2110683004: cc: Move filters to the effect tree (Closed)

Created:
4 years, 5 months ago by ajuma
Modified:
4 years, 5 months ago
Reviewers:
jaydasika, weiliangc
CC:
chromium-reviews, cc-bugs_chromium.org, sunxd
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

cc: Move filters to the effect tree This removes filters from LayerImpl, and adds them to the effect tree and to LayerImplTestProperties. BUG=622410 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/cb2b7443459c111f28e8c44050d1137d3ee44719 Cr-Commit-Position: refs/heads/master@{#406927}

Patch Set 1 #

Patch Set 2 : ' #

Patch Set 3 : ' #

Patch Set 4 : ' #

Patch Set 5 : cc_unittests pass #

Patch Set 6 : Rebased #

Patch Set 7 : Fix last rebase and rebase again #

Patch Set 8 : ' #

Total comments: 10

Patch Set 9 : Address review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+632 lines, -98 lines) Patch
M cc/animation/element_animations.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M cc/animation/element_animations.cc View 1 2 3 4 22 chunks +90 lines, -42 lines 0 comments Download
M cc/animation/element_animations_unittest.cc View 1 2 3 4 1 chunk +217 lines, -0 lines 0 comments Download
M cc/layers/layer.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/layer.cc View 1 2 3 4 5 6 7 2 chunks +21 lines, -2 lines 0 comments Download
M cc/layers/layer_impl.h View 1 2 3 4 5 3 chunks +2 lines, -4 lines 0 comments Download
M cc/layers/layer_impl.cc View 1 2 3 4 5 6 7 4 chunks +36 lines, -17 lines 0 comments Download
M cc/layers/layer_impl_test_properties.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/layer_impl_unittest.cc View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M cc/layers/render_surface_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/render_surface_impl.cc View 1 2 3 4 5 4 chunks +10 lines, -5 lines 0 comments Download
M cc/proto/property_tree.proto View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -1 line 0 comments Download
M cc/test/animation_timelines_test_common.h View 1 2 3 4 chunks +25 lines, -0 lines 0 comments Download
M cc/test/animation_timelines_test_common.cc View 1 2 3 3 chunks +40 lines, -0 lines 0 comments Download
M cc/trees/damage_tracker_unittest.cc View 1 2 3 4 5 4 chunks +3 lines, -6 lines 0 comments Download
M cc/trees/draw_property_utils.cc View 1 2 3 4 5 6 2 chunks +1 line, -1 line 0 comments Download
M cc/trees/effect_node.h View 1 2 3 4 5 6 2 chunks +3 lines, -0 lines 0 comments Download
M cc/trees/effect_node.cc View 1 2 3 4 5 6 5 chunks +12 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host.h View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host.cc View 1 2 3 4 5 6 1 chunk +22 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_common.cc View 1 2 3 4 5 6 1 chunk +4 lines, -4 lines 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 1 2 3 4 5 6 5 chunks +7 lines, -9 lines 0 comments Download
M cc/trees/layer_tree_host_impl.h View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 2 3 4 5 6 2 chunks +27 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 1 2 3 4 5 6 7 8 4 chunks +41 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_impl.h View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_impl.cc View 1 2 3 4 5 6 7 8 2 chunks +23 lines, -0 lines 0 comments Download
M cc/trees/mutator_host_client.h View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M cc/trees/occlusion_tracker.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/occlusion_tracker_unittest.cc View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M cc/trees/property_tree_builder.cc View 1 2 3 4 5 6 7 8 4 chunks +14 lines, -1 line 0 comments Download

Messages

Total messages: 32 (17 generated)
commit-bot: I haz the power
Your CL relies on deprecated CQ feature(s): * Specifying master names in CQ_INCLUDE_TRYBOTS part of ...
4 years, 5 months ago (2016-07-19 20:20:04 UTC) #4
commit-bot: I haz the power
Your CL relies on deprecated CQ feature(s): * Specifying master names in CQ_INCLUDE_TRYBOTS part of ...
4 years, 5 months ago (2016-07-20 18:06:52 UTC) #9
ajuma
4 years, 5 months ago (2016-07-20 19:23:37 UTC) #14
jaydasika
https://codereview.chromium.org/2110683004/diff/140001/cc/trees/layer_tree_impl.cc File cc/trees/layer_tree_impl.cc (right): https://codereview.chromium.org/2110683004/diff/140001/cc/trees/layer_tree_impl.cc#newcode669 cc/trees/layer_tree_impl.cc:669: node->filters == layer_id_to_filters.second) Only elements that satisfy this if ...
4 years, 5 months ago (2016-07-20 20:53:06 UTC) #15
jaydasika
https://codereview.chromium.org/2110683004/diff/140001/cc/proto/property_tree.proto File cc/proto/property_tree.proto (right): https://codereview.chromium.org/2110683004/diff/140001/cc/proto/property_tree.proto#newcode101 cc/proto/property_tree.proto:101: optional bool is_currently_animating_filter = 22; Since filters and background ...
4 years, 5 months ago (2016-07-20 21:00:36 UTC) #16
weiliangc
https://codereview.chromium.org/2110683004/diff/140001/cc/trees/property_tree_builder.cc File cc/trees/property_tree_builder.cc (right): https://codereview.chromium.org/2110683004/diff/140001/cc/trees/property_tree_builder.cc#newcode971 cc/trees/property_tree_builder.cc:971: node.filters = Filters(layer); This would make a copy of ...
4 years, 5 months ago (2016-07-21 01:06:38 UTC) #17
commit-bot: I haz the power
Your CL relies on deprecated CQ feature(s): * Specifying master names in CQ_INCLUDE_TRYBOTS part of ...
4 years, 5 months ago (2016-07-21 16:38:39 UTC) #20
ajuma
https://codereview.chromium.org/2110683004/diff/140001/cc/proto/property_tree.proto File cc/proto/property_tree.proto (right): https://codereview.chromium.org/2110683004/diff/140001/cc/proto/property_tree.proto#newcode101 cc/proto/property_tree.proto:101: optional bool is_currently_animating_filter = 22; On 2016/07/20 21:00:36, jaydasika ...
4 years, 5 months ago (2016-07-21 16:42:19 UTC) #21
jaydasika
lgtm % weiliangc https://codereview.chromium.org/2110683004/diff/140001/cc/trees/property_tree_builder.cc File cc/trees/property_tree_builder.cc (right): https://codereview.chromium.org/2110683004/diff/140001/cc/trees/property_tree_builder.cc#newcode949 cc/trees/property_tree_builder.cc:949: has_potential_filter_animation || should_create_render_surface; On 2016/07/21 16:42:18, ...
4 years, 5 months ago (2016-07-21 17:22:35 UTC) #22
weiliangc
On 2016/07/21 at 16:42:19, ajuma wrote: > https://codereview.chromium.org/2110683004/diff/140001/cc/proto/property_tree.proto > File cc/proto/property_tree.proto (right): > > https://codereview.chromium.org/2110683004/diff/140001/cc/proto/property_tree.proto#newcode101 ...
4 years, 5 months ago (2016-07-21 18:02:55 UTC) #23
ajuma
https://codereview.chromium.org/2110683004/diff/140001/cc/trees/property_tree_builder.cc File cc/trees/property_tree_builder.cc (right): https://codereview.chromium.org/2110683004/diff/140001/cc/trees/property_tree_builder.cc#newcode949 cc/trees/property_tree_builder.cc:949: has_potential_filter_animation || should_create_render_surface; On 2016/07/21 17:22:35, jaydasika wrote: > ...
4 years, 5 months ago (2016-07-21 18:49:41 UTC) #24
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/2110683004/160001
4 years, 5 months ago (2016-07-21 18:50:47 UTC) #27
commit-bot: I haz the power
Your CL relies on deprecated CQ feature(s): * Specifying master names in CQ_INCLUDE_TRYBOTS part of ...
4 years, 5 months ago (2016-07-21 18:50:49 UTC) #28
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years, 5 months ago (2016-07-21 19:11:33 UTC) #30
commit-bot: I haz the power
4 years, 5 months ago (2016-07-21 19:14:19 UTC) #32
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/cb2b7443459c111f28e8c44050d1137d3ee44719
Cr-Commit-Position: refs/heads/master@{#406927}

Powered by Google App Engine
This is Rietveld 408576698