summaryrefslogtreecommitdiffstats
path: root/cc/proto
diff options
context:
space:
mode:
authorweiliangc <weiliangc@chromium.org>2016-02-18 17:38:49 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-19 01:40:35 +0000
commit15346d2c3c89c3496f310f17079e0382489ecb10 (patch)
treec9a9e3e9e3c5f3d944cb700dfd4257dd4894cbef /cc/proto
parent3898d506818649c772175ea95bcdf9a7ee9bbadc (diff)
downloadchromium_src-15346d2c3c89c3496f310f17079e0382489ecb10.zip
chromium_src-15346d2c3c89c3496f310f17079e0382489ecb10.tar.gz
chromium_src-15346d2c3c89c3496f310f17079e0382489ecb10.tar.bz2
Delete CalcDrawProps
We always use property trees. Delete CalcDrawProps. Delete |use_property_trees| because it's always true. Delete |verify_property_trees| because we don't have CDP to verify against. R=enne, piman, ajuma, vollick, dtrainor BUG=581832 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1706903002 Cr-Commit-Position: refs/heads/master@{#376337}
Diffstat (limited to 'cc/proto')
-rw-r--r--cc/proto/layer_tree_settings.proto2
1 files changed, 0 insertions, 2 deletions
diff --git a/cc/proto/layer_tree_settings.proto b/cc/proto/layer_tree_settings.proto
index 844d75b1..d171625 100644
--- a/cc/proto/layer_tree_settings.proto
+++ b/cc/proto/layer_tree_settings.proto
@@ -62,8 +62,6 @@ message LayerTreeSettings {
optional bool ignore_root_layer_flings = 39;
optional uint32 scheduled_raster_task_limit = 40;
optional bool use_occlusion_for_tile_prioritization = 41;
- optional bool verify_property_trees = 42;
- optional bool use_property_trees = 43;
optional bool image_decode_tasks_enabled = 44;
optional bool use_compositor_animation_timelines = 45;
optional bool wait_for_beginframe_interval = 46;