Chromium Code Reviews| Index: cc/test/layer_tree_host_common_test.cc |
| diff --git a/cc/test/layer_tree_host_common_test.cc b/cc/test/layer_tree_host_common_test.cc |
| index cbad7e897b476914a4d2e6603865812aa52c78b2..0a8bb50a2ded22d2866df1f6a624e70bf5881d9c 100644 |
| --- a/cc/test/layer_tree_host_common_test.cc |
| +++ b/cc/test/layer_tree_host_common_test.cc |
| @@ -17,8 +17,6 @@ LayerTreeHostCommonTestBase::LayerTreeHostCommonTestBase( |
| const LayerTreeSettings& settings) |
| : LayerTestCommon::LayerImplTest(settings), |
| render_surface_layer_list_count_(0) { |
| - layer_settings_.use_compositor_animation_timelines = |
| - settings.use_compositor_animation_timelines; |
| } |
| LayerTreeHostCommonTestBase::~LayerTreeHostCommonTestBase() { |
| @@ -230,9 +228,7 @@ bool LayerTreeHostCommonTestBase::UpdateLayerListContains(int id) const { |
| class LayerTreeSettingsForCommonTest : public LayerTreeSettings { |
| public: |
| - LayerTreeSettingsForCommonTest() { |
| - use_compositor_animation_timelines = true; |
| - } |
| + LayerTreeSettingsForCommonTest() {} |
|
ajuma
2016/03/11 00:40:54
This class can be deleted too.
loyso (OOO)
2016/03/11 03:26:57
Done.
|
| }; |
| LayerTreeHostCommonTest::LayerTreeHostCommonTest() |