| 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 7234bb822490b2f676d4bcf3df3330e4e615f6ba..bac530d4d83d14566d082b7981998d5b0f5cfa26 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| @@ -78,7 +78,7 @@
|
| m_paintState = m_paintStateStack.last().get();
|
|
|
| if (contextDisabled()) {
|
| - DEFINE_STATIC_LOCAL(SkCanvas*, nullCanvas, (SkMakeNullCanvas().release()));
|
| + DEFINE_STATIC_LOCAL(SkCanvas*, nullCanvas, (SkCreateNullCanvas()));
|
| m_canvas = nullCanvas;
|
| }
|
| }
|
|
|