| Index: third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp b/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp
|
| index 1843a39e21dce7307e235b5ae57696a4db054b06..70714bec70b41a542210adbb353d1930ace00d68 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp
|
| @@ -33,7 +33,7 @@ using cc::TestSharedBitmapManager;
|
| class CompositorMutableStateTest : public testing::Test {
|
| public:
|
| CompositorMutableStateTest()
|
| - : m_outputSurface(FakeOutputSurface::Create3d())
|
| + : m_outputSurface(FakeOutputSurface::CreateDelegating3d())
|
| {
|
| LayerTreeSettings settings;
|
| settings.layer_transforms_should_scale_layer_contents = true;
|
|
|