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

Issue 1457803003: cc:: Don't use cached screen space transform for layers not in RSLL. (Closed)

Created:
5 years, 1 month ago by jaydasika
Modified:
5 years, 1 month ago
Reviewers:
ajuma
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:: Don't use cached screen space transform for layers not in RSLL. layer_tree_impl.cc and layer_tree_host_impl.cc make calls to LayerImpl::screen_space_transform. When we use property trees, only the layers that are in render surface layer list(RSLL) have the correct cached screen space transform. For other layers, we need to calculate it directly from property trees. BUG=557942 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/90781febc9afac41c1feb79fd1b60f6c13864aa0 Cr-Commit-Position: refs/heads/master@{#360516}

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -24 lines) Patch
M cc/trees/layer_tree_host_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 4 chunks +25 lines, -7 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M cc/trees/layer_tree_impl.cc View 3 chunks +20 lines, -16 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
jaydasika
5 years, 1 month ago (2015-11-18 22:38:05 UTC) #2
ajuma
Please also add a cc unit test for this. https://codereview.chromium.org/1457803003/diff/1/cc/trees/layer_tree_host_impl.cc File cc/trees/layer_tree_host_impl.cc (right): https://codereview.chromium.org/1457803003/diff/1/cc/trees/layer_tree_host_impl.cc#newcode2587 cc/trees/layer_tree_host_impl.cc:2587: ...
5 years, 1 month ago (2015-11-18 23:03:42 UTC) #3
jaydasika
https://codereview.chromium.org/1457803003/diff/1/cc/trees/layer_tree_host_impl.cc File cc/trees/layer_tree_host_impl.cc (right): https://codereview.chromium.org/1457803003/diff/1/cc/trees/layer_tree_host_impl.cc#newcode2587 cc/trees/layer_tree_host_impl.cc:2587: layer_tree_impl->settings().verify_property_trees; On 2015/11/18 23:03:42, ajuma wrote: > You can ...
5 years, 1 month ago (2015-11-19 01:10:11 UTC) #5
ajuma
Thanks, lgtm with a nit: https://codereview.chromium.org/1457803003/diff/20001/cc/trees/layer_tree_host_impl_unittest.cc File cc/trees/layer_tree_host_impl_unittest.cc (right): https://codereview.chromium.org/1457803003/diff/20001/cc/trees/layer_tree_host_impl_unittest.cc#newcode103 cc/trees/layer_tree_host_impl_unittest.cc:103: settings.use_property_trees = true; I'd ...
5 years, 1 month ago (2015-11-19 01:52:04 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1457803003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1457803003/60001
5 years, 1 month ago (2015-11-19 03:33:16 UTC) #9
commit-bot: I haz the power
Committed patchset #3 (id:60001)
5 years, 1 month ago (2015-11-19 03:38:52 UTC) #10
commit-bot: I haz the power
5 years, 1 month ago (2015-11-19 03:39:42 UTC) #11
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/90781febc9afac41c1feb79fd1b60f6c13864aa0
Cr-Commit-Position: refs/heads/master@{#360516}

Powered by Google App Engine
This is Rietveld 408576698