| Index: cc/layers/layer_utils_unittest.cc
|
| diff --git a/cc/layers/layer_utils_unittest.cc b/cc/layers/layer_utils_unittest.cc
|
| index b00404cf9e777b9bbf0b5421584e133ce87a19c8..119ce90ea9a8a9f4947540229a7b55469855b948 100644
|
| --- a/cc/layers/layer_utils_unittest.cc
|
| +++ b/cc/layers/layer_utils_unittest.cc
|
| @@ -11,7 +11,6 @@
|
| #include "cc/test/animation_test_common.h"
|
| #include "cc/test/fake_impl_task_runner_provider.h"
|
| #include "cc/test/fake_layer_tree_host_impl.h"
|
| -#include "cc/test/test_shared_bitmap_manager.h"
|
| #include "cc/test/test_task_graph_runner.h"
|
| #include "cc/trees/layer_tree_host_common.h"
|
| #include "cc/trees/layer_tree_impl.h"
|
| @@ -29,9 +28,7 @@ float diagonal(float width, float height) {
|
| class LayerUtilsGetAnimationBoundsTest : public testing::Test {
|
| public:
|
| LayerUtilsGetAnimationBoundsTest()
|
| - : host_impl_(&task_runner_provider_,
|
| - &shared_bitmap_manager_,
|
| - &task_graph_runner_),
|
| + : host_impl_(&task_runner_provider_, &task_graph_runner_),
|
| root_(CreateTwoForkTree(&host_impl_)),
|
| parent1_(root_->test_properties()->children[0]),
|
| parent2_(root_->test_properties()->children[1]),
|
| @@ -88,7 +85,6 @@ class LayerUtilsGetAnimationBoundsTest : public testing::Test {
|
| }
|
|
|
| FakeImplTaskRunnerProvider task_runner_provider_;
|
| - TestSharedBitmapManager shared_bitmap_manager_;
|
| TestTaskGraphRunner task_graph_runner_;
|
| FakeLayerTreeHostImpl host_impl_;
|
| LayerImpl* root_;
|
|
|