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

Issue 2148383005: cc: Use sublayer scale from effect tree (2) (Closed)

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

Description

cc: Use sublayer scale from effect tree (2) BUG=622372 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_blink_rel Committed: https://crrev.com/6be761609189fbf43aedfdf463514d3291952488 Cr-Commit-Position: refs/heads/master@{#406078}

Patch Set 1 #

Total comments: 2

Patch Set 2 : comment #

Patch Set 3 : s/sublayer_scale/surface_contents_scale #

Total comments: 2

Patch Set 4 : Rebase #

Patch Set 5 : more renames #

Patch Set 6 : comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+307 lines, -275 lines) Patch
M cc/proto/property_tree.proto View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M cc/trees/draw_property_utils.h View 1 2 3 4 1 chunk +5 lines, -6 lines 0 comments Download
M cc/trees/draw_property_utils.cc View 1 2 3 4 5 19 chunks +149 lines, -116 lines 0 comments Download
M cc/trees/effect_node.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/effect_node.cc View 1 2 3 chunks +4 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 1 2 3 5 chunks +5 lines, -5 lines 0 comments Download
M cc/trees/layer_tree_impl.cc View 1 2 3 4 5 2 chunks +13 lines, -10 lines 0 comments Download
M cc/trees/property_tree.h View 1 2 3 4 4 chunks +5 lines, -12 lines 0 comments Download
M cc/trees/property_tree.cc View 1 2 3 4 5 12 chunks +40 lines, -53 lines 0 comments Download
M cc/trees/property_tree_builder.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/property_tree_unittest.cc View 1 2 3 4 8 chunks +68 lines, -53 lines 0 comments Download
M cc/trees/transform_node.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M cc/trees/transform_node.cc View 1 2 7 chunks +8 lines, -7 lines 0 comments Download

Messages

Total messages: 28 (17 generated)
jaydasika
PTAL
4 years, 5 months ago (2016-07-15 18:03:01 UTC) #4
Ian Vollick
lgtm % weiliangc with nit. https://codereview.chromium.org/2148383005/diff/1/cc/trees/draw_property_utils.cc File cc/trees/draw_property_utils.cc (right): https://codereview.chromium.org/2148383005/diff/1/cc/trees/draw_property_utils.cc#newcode523 cc/trees/draw_property_utils.cc:523: ConcatInverseSublayerScale(target_effect_node, &target_to_layer); This logic ...
4 years, 5 months ago (2016-07-15 19:59:07 UTC) #6
jaydasika
https://codereview.chromium.org/2148383005/diff/1/cc/trees/draw_property_utils.cc File cc/trees/draw_property_utils.cc (right): https://codereview.chromium.org/2148383005/diff/1/cc/trees/draw_property_utils.cc#newcode523 cc/trees/draw_property_utils.cc:523: ConcatInverseSublayerScale(target_effect_node, &target_to_layer); On 2016/07/15 19:59:07, vollick wrote: > This ...
4 years, 5 months ago (2016-07-15 20:28:49 UTC) #9
jaydasika
s/sublayer_scale/surface_contents_scale
4 years, 5 months ago (2016-07-15 20:42:50 UTC) #10
Ian Vollick
https://codereview.chromium.org/2148383005/diff/40001/cc/trees/layer_tree_impl.cc File cc/trees/layer_tree_impl.cc (right): https://codereview.chromium.org/2148383005/diff/40001/cc/trees/layer_tree_impl.cc#newcode976 cc/trees/layer_tree_impl.cc:976: draw_property_utils::PostConcatSublayerScale(occlusion_effect_node, If you're going to do a rename, should ...
4 years, 5 months ago (2016-07-16 01:07:52 UTC) #15
jaydasika
https://codereview.chromium.org/2148383005/diff/40001/cc/trees/layer_tree_impl.cc File cc/trees/layer_tree_impl.cc (right): https://codereview.chromium.org/2148383005/diff/40001/cc/trees/layer_tree_impl.cc#newcode976 cc/trees/layer_tree_impl.cc:976: draw_property_utils::PostConcatSublayerScale(occlusion_effect_node, On 2016/07/16 01:07:51, vollick wrote: > If you're ...
4 years, 5 months ago (2016-07-16 02:23:15 UTC) #16
weiliangc
lgtm
4 years, 5 months ago (2016-07-18 18:16:13 UTC) #22
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/2148383005/100001
4 years, 5 months ago (2016-07-18 18:17:14 UTC) #24
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 5 months ago (2016-07-18 20:12:06 UTC) #25
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-18 20:12:32 UTC) #26
commit-bot: I haz the power
4 years, 5 months ago (2016-07-18 20:15:37 UTC) #28
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/6be761609189fbf43aedfdf463514d3291952488
Cr-Commit-Position: refs/heads/master@{#406078}

Powered by Google App Engine
This is Rietveld 408576698