| Index: third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| index 457772162501a1081846939a450bef702c7bd2b6..fe833dd1b16659e21619242df01a888ad1b24e3d 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| @@ -78,7 +78,7 @@ GraphicsContext::GraphicsContext(PaintController& paintController,
|
| m_paintState = m_paintStateStack.last().get();
|
|
|
| if (contextDisabled()) {
|
| - DEFINE_STATIC_LOCAL(SkCanvas*, nullCanvas, (SkMakeNullCanvas().release()));
|
| + DEFINE_STATIC_LOCAL(SkCanvas*, nullCanvas, (SkCreateNullCanvas()));
|
| m_canvas = nullCanvas;
|
| }
|
| }
|
|
|