| Index: cc/test/layer_test_common.cc
|
| diff --git a/cc/test/layer_test_common.cc b/cc/test/layer_test_common.cc
|
| index 2979d5e46f31e8c02b7d75284703603179cdb77f..e208310464c185643ef98d9f7065244db2103e2d 100644
|
| --- a/cc/test/layer_test_common.cc
|
| +++ b/cc/test/layer_test_common.cc
|
| @@ -18,6 +18,7 @@
|
| #include "cc/quads/render_pass.h"
|
| #include "cc/test/animation_test_common.h"
|
| #include "cc/test/fake_output_surface.h"
|
| +#include "cc/test/layer_tree_settings_for_testing.h"
|
| #include "cc/test/mock_occlusion_tracker.h"
|
| #include "cc/trees/layer_tree_host_common.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -117,7 +118,7 @@ void LayerTestCommon::VerifyQuadsAreOccluded(const QuadList& quads,
|
| }
|
|
|
| LayerTestCommon::LayerImplTest::LayerImplTest()
|
| - : LayerImplTest(LayerTreeSettings()) {}
|
| + : LayerImplTest(LayerTreeSettingsForTesting()) {}
|
|
|
| LayerTestCommon::LayerImplTest::LayerImplTest(const LayerTreeSettings& settings)
|
| : client_(FakeLayerTreeHostClient::DIRECT_3D),
|
|
|