| Index: third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| index fbae8739478899e73a50fbdd7910a19c98595335..265a23ca1173a3381d5b5c32bc1895eecbb8e4d2 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| @@ -942,7 +942,7 @@ HTMLCanvasElement::createUnacceleratedImageBufferSurface(
|
| // here.
|
| }
|
|
|
| - auto surfaceFactory = wrapUnique(new UnacceleratedSurfaceFactory());
|
| + auto surfaceFactory = makeUnique<UnacceleratedSurfaceFactory>();
|
| auto surface = surfaceFactory->createSurface(deviceSize, opacityMode,
|
| m_context->skColorSpace(),
|
| m_context->colorType());
|
|
|