Chromium Code Reviews| Index: cc/layers/layer_utils_unittest.cc |
| diff --git a/cc/layers/layer_utils_unittest.cc b/cc/layers/layer_utils_unittest.cc |
| index 6d16c5c960d0de5e7adf62bb0d3c97610aa33c6e..6c29d8d489a112ba6a5fd24a4e0a16e73c4d2b9e 100644 |
| --- a/cc/layers/layer_utils_unittest.cc |
| +++ b/cc/layers/layer_utils_unittest.cc |
| @@ -27,9 +27,7 @@ float diagonal(float width, float height) { |
| class LayerTreeSettingsForAnimationBoundsTest : public LayerTreeSettings { |
| public: |
| - LayerTreeSettingsForAnimationBoundsTest() { |
| - use_compositor_animation_timelines = true; |
| - } |
| + LayerTreeSettingsForAnimationBoundsTest() {} |
|
ajuma
2016/03/11 00:40:54
This class doesn't do anything now, so it can be d
loyso (OOO)
2016/03/11 03:26:57
Done.
|
| }; |
| class LayerUtilsGetAnimationBoundsTest : public testing::Test { |