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

Issue 1947683007: cc : Add subtree is hidden bool to effect tree (Closed)

Created:
4 years, 7 months ago by jaydasika
Modified:
4 years, 7 months ago
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 : Add subtree hidden bool to effect tree This is required for making the property tree sync at commit time independant of layer properties. Adding it to the effect tree also makes it possible to delete LayerImpl::hide_layer_and_subtree. I have deleted it and added it to LayerImplTestProperties for tests. BUG=609205 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/5121caa8626ab6991b4a751d0aa5ee8be244e4b9 Cr-Commit-Position: refs/heads/master@{#391809}

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -52 lines) Patch
M cc/layers/layer.cc View 1 chunk +0 lines, -1 line 0 comments Download
M cc/layers/layer_impl.h View 3 chunks +0 lines, -5 lines 0 comments Download
M cc/layers/layer_impl.cc View 6 chunks +5 lines, -23 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_test_properties.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/proto/property_tree.proto View 2 chunks +2 lines, -1 line 0 comments Download
M cc/trees/draw_property_utils.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 6 chunks +14 lines, -12 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 2 chunks +3 lines, -1 line 0 comments Download
M cc/trees/occlusion_tracker_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/property_tree.h View 1 2 chunks +5 lines, -0 lines 0 comments Download
M cc/trees/property_tree.cc View 6 chunks +10 lines, -2 lines 0 comments Download
M cc/trees/property_tree_builder.cc View 1 2 4 chunks +21 lines, -3 lines 0 comments Download

Messages

Total messages: 11 (5 generated)
jaydasika
PTAL
4 years, 7 months ago (2016-05-05 00:43:47 UTC) #3
Ian Vollick
Seems pretty straightforward. lgtm % fixes mentioned below. https://codereview.chromium.org/1947683007/diff/20001/cc/trees/property_tree_builder.cc File cc/trees/property_tree_builder.cc (right): https://codereview.chromium.org/1947683007/diff/20001/cc/trees/property_tree_builder.cc#newcode679 cc/trees/property_tree_builder.cc:679: static ...
4 years, 7 months ago (2016-05-05 12:03:13 UTC) #4
jaydasika
https://codereview.chromium.org/1947683007/diff/20001/cc/trees/property_tree_builder.cc File cc/trees/property_tree_builder.cc (right): https://codereview.chromium.org/1947683007/diff/20001/cc/trees/property_tree_builder.cc#newcode679 cc/trees/property_tree_builder.cc:679: static inline float HideLayerAndSubtree(Layer* layer) { On 2016/05/05 12:03:13, ...
4 years, 7 months ago (2016-05-05 14:28:28 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1947683007/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1947683007/40001
4 years, 7 months ago (2016-05-05 14:28:47 UTC) #8
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 7 months ago (2016-05-05 15:43:45 UTC) #9
commit-bot: I haz the power
4 years, 7 months ago (2016-05-05 15:44:52 UTC) #11
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/5121caa8626ab6991b4a751d0aa5ee8be244e4b9
Cr-Commit-Position: refs/heads/master@{#391809}

Powered by Google App Engine
This is Rietveld 408576698