summaryrefslogtreecommitdiffstats
path: root/cc/trees/layer_tree_host_common.cc
diff options
context:
space:
mode:
authorajuma <ajuma@chromium.org>2015-12-06 09:19:15 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-06 17:20:20 +0000
commitb6adea99ac09da288ebfa137466727c306bfb9fa (patch)
tree05356f82c9d09eeb655f63b0f8fb0301fd2883d3 /cc/trees/layer_tree_host_common.cc
parentb8e6a42d49ec47adc219ef8fb57db64ea88bb4c9 (diff)
downloadchromium_src-b6adea99ac09da288ebfa137466727c306bfb9fa.zip
chromium_src-b6adea99ac09da288ebfa137466727c306bfb9fa.tar.gz
chromium_src-b6adea99ac09da288ebfa137466727c306bfb9fa.tar.bz2
Reland: Enable compositor-thread property trees
This relands r360635 (https://codereview.chromium.org/1449143004). This enables compositor-thread property trees for all clients of cc. It also replaces the existing --enable-compositor-property-trees flag with a --disable-compositor-property-trees flag. TBR=piman@chromium.org,jaydasika@chromium.org BUG=481585 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1495983003 Cr-Commit-Position: refs/heads/master@{#363373}
Diffstat (limited to 'cc/trees/layer_tree_host_common.cc')
-rw-r--r--cc/trees/layer_tree_host_common.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/trees/layer_tree_host_common.cc b/cc/trees/layer_tree_host_common.cc
index 9ab91f0..b155373 100644
--- a/cc/trees/layer_tree_host_common.cc
+++ b/cc/trees/layer_tree_host_common.cc
@@ -128,7 +128,7 @@ LayerTreeHostCommon::CalcDrawPropsImplInputsForTesting::
true,
false,
true,
- false,
+ true,
render_surface_layer_list,
current_render_surface_layer_list_id,
GetPropertyTrees(root_layer)) {