From b6adea99ac09da288ebfa137466727c306bfb9fa Mon Sep 17 00:00:00 2001 From: ajuma Date: Sun, 6 Dec 2015 09:19:15 -0800 Subject: 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} --- cc/trees/layer_tree_host_common.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cc/trees/layer_tree_host_common.cc') 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)) { -- cgit v1.1