| Index: cc/input/top_controls_manager_unittest.cc
|
| diff --git a/cc/input/top_controls_manager_unittest.cc b/cc/input/top_controls_manager_unittest.cc
|
| index 5ac2cafb9c486e6ecbee60d9a3733f71f7b20c62..eefc63ebb0fa24541898b99fc2a69cd71959d5a9 100644
|
| --- a/cc/input/top_controls_manager_unittest.cc
|
| +++ b/cc/input/top_controls_manager_unittest.cc
|
| @@ -14,7 +14,6 @@
|
| #include "cc/layers/layer_impl.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_impl.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -29,7 +28,6 @@ class MockTopControlsManagerClient : public TopControlsManagerClient {
|
| float top_controls_show_threshold,
|
| float top_controls_hide_threshold)
|
| : host_impl_(&task_runner_provider_,
|
| - &shared_bitmap_manager_,
|
| &task_graph_runner_),
|
| redraw_needed_(false),
|
| update_draw_properties_needed_(false),
|
| @@ -93,7 +91,6 @@ class MockTopControlsManagerClient : public TopControlsManagerClient {
|
|
|
| private:
|
| FakeImplTaskRunnerProvider task_runner_provider_;
|
| - TestSharedBitmapManager shared_bitmap_manager_;
|
| TestTaskGraphRunner task_graph_runner_;
|
| FakeLayerTreeHostImpl host_impl_;
|
| std::unique_ptr<LayerTreeImpl> active_tree_;
|
|
|