summaryrefslogtreecommitdiffstats
path: root/cc/proto
diff options
context:
space:
mode:
authorjaydasika <jaydasika@chromium.org>2015-12-18 15:41:55 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-18 23:42:36 +0000
commitb5504cac904136efcf8d05f64ab78a125754f620 (patch)
treecca188f2e4b1b18fa23a459b54793e83af5a08f6 /cc/proto
parentb6dfd7fc73f00006f5b8fb26b5714a32dd7a65ea (diff)
downloadchromium_src-b5504cac904136efcf8d05f64ab78a125754f620.zip
chromium_src-b5504cac904136efcf8d05f64ab78a125754f620.tar.gz
chromium_src-b5504cac904136efcf8d05f64ab78a125754f620.tar.bz2
cc:: Do LayerIsHidden computation while building property trees
Instead of walking up the layer tree to see if any ancestor has hide_layer_and_subtree as true. BUG=568837 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1531473003 Cr-Commit-Position: refs/heads/master@{#366213}
Diffstat (limited to 'cc/proto')
-rw-r--r--cc/proto/property_tree.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/proto/property_tree.proto b/cc/proto/property_tree.proto
index 6bf2a7f..972c0c9 100644
--- a/cc/proto/property_tree.proto
+++ b/cc/proto/property_tree.proto
@@ -145,4 +145,4 @@ message PropertyTrees {
optional bool needs_rebuild = 4;
optional bool non_root_surfaces_enabled = 5;
optional int64 sequence_number = 6;
-} \ No newline at end of file
+}