| Index: cc/test/fake_layer_tree_host_impl.cc
|
| diff --git a/cc/test/fake_layer_tree_host_impl.cc b/cc/test/fake_layer_tree_host_impl.cc
|
| index bff8e96bccf09f3666025d77c35c9c775b6fd083..d3aa2a025e7dbd0820c0c9f4fac4fa70ff21cec9 100644
|
| --- a/cc/test/fake_layer_tree_host_impl.cc
|
| +++ b/cc/test/fake_layer_tree_host_impl.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "cc/test/begin_frame_args_test.h"
|
| #include "cc/test/fake_layer_tree_host_impl.h"
|
| +#include "cc/test/layer_tree_settings_for_testing.h"
|
| #include "cc/test/test_shared_bitmap_manager.h"
|
| #include "cc/trees/layer_tree_impl.h"
|
|
|
| @@ -15,7 +16,7 @@ FakeLayerTreeHostImpl::FakeLayerTreeHostImpl(
|
| TaskRunnerProvider* task_runner_provider,
|
| SharedBitmapManager* manager,
|
| TaskGraphRunner* task_graph_runner)
|
| - : FakeLayerTreeHostImpl(LayerTreeSettings(),
|
| + : FakeLayerTreeHostImpl(LayerTreeSettingsForTesting(),
|
| task_runner_provider,
|
| manager,
|
| task_graph_runner,
|
|
|