| 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..e915c41f6b574d8ab204070cafd6816df9f472ff 100644
|
| --- a/cc/layers/layer_utils_unittest.cc
|
| +++ b/cc/layers/layer_utils_unittest.cc
|
| @@ -25,18 +25,10 @@ float diagonal(float width, float height) {
|
| return std::sqrt(width * width + height * height);
|
| }
|
|
|
| -class LayerTreeSettingsForAnimationBoundsTest : public LayerTreeSettings {
|
| - public:
|
| - LayerTreeSettingsForAnimationBoundsTest() {
|
| - use_compositor_animation_timelines = true;
|
| - }
|
| -};
|
| -
|
| class LayerUtilsGetAnimationBoundsTest : public testing::Test {
|
| public:
|
| LayerUtilsGetAnimationBoundsTest()
|
| - : host_impl_(LayerTreeSettingsForAnimationBoundsTest(),
|
| - &task_runner_provider_,
|
| + : host_impl_(&task_runner_provider_,
|
| &shared_bitmap_manager_,
|
| &task_graph_runner_),
|
| root_(CreateTwoForkTree(&host_impl_)),
|
|
|