| Index: third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferSoftwareRenderingTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferSoftwareRenderingTest.cpp b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferSoftwareRenderingTest.cpp
|
| index e45248acb5d1c1dc1ba3a022b3bc361e319eb6f5..10e6d3f025b05f860f2c1079fa834bd8cb3053d7 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferSoftwareRenderingTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferSoftwareRenderingTest.cpp
|
| @@ -48,9 +48,9 @@ class DrawingBufferSoftwareRenderingTest : public Test {
|
| void SetUp() override {
|
| IntSize initialSize(InitialWidth, InitialHeight);
|
| std::unique_ptr<GLES2InterfaceForTests> gl =
|
| - wrapUnique(new GLES2InterfaceForTests);
|
| + WTF::wrapUnique(new GLES2InterfaceForTests);
|
| std::unique_ptr<WebGraphicsContext3DProviderSoftwareRenderingForTests>
|
| - provider = wrapUnique(
|
| + provider = WTF::wrapUnique(
|
| new WebGraphicsContext3DProviderSoftwareRenderingForTests(
|
| std::move(gl)));
|
| m_drawingBuffer = DrawingBufferForTests::create(
|
|
|