summaryrefslogtreecommitdiffstats
path: root/cc/trees/layer_tree_host_impl_unittest.cc
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/trees/layer_tree_host_impl_unittest.cc
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/trees/layer_tree_host_impl_unittest.cc')
-rw-r--r--cc/trees/layer_tree_host_impl_unittest.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/cc/trees/layer_tree_host_impl_unittest.cc b/cc/trees/layer_tree_host_impl_unittest.cc
index 756ad9a..1463023 100644
--- a/cc/trees/layer_tree_host_impl_unittest.cc
+++ b/cc/trees/layer_tree_host_impl_unittest.cc
@@ -112,7 +112,6 @@ class LayerTreeHostImplTest : public testing::Test,
settings.renderer_settings.texture_id_allocation_chunk_size = 1;
settings.gpu_rasterization_enabled = true;
settings.use_compositor_animation_timelines = true;
- settings.verify_property_trees = true;
return settings;
}
@@ -2728,7 +2727,6 @@ class LayerTreeHostImplTestScrollbarOpacity : public LayerTreeHostImplTest {
settings.scrollbar_animator = animator;
settings.scrollbar_fade_delay_ms = 20;
settings.scrollbar_fade_duration_ms = 20;
- settings.verify_property_trees = true;
gfx::Size content_size(100, 100);
CreateHostImpl(settings, CreateOutputSurface());