| Index: cc/test/layer_test_common.cc
|
| diff --git a/cc/test/layer_test_common.cc b/cc/test/layer_test_common.cc
|
| index 4ba0927d230b2e1fc013c756d83fbee2c3d756b4..a5d8e221e1243cded78a8f7ee8b25634f8fb7d73 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),
|
|
|