| Index: third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.cpp b/third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.cpp
|
| index 3118cad3ee25f2974ce1387b3dd3e130024561ed..ae102f6393517ceb26bbdec6e02f926a355dadea 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.cpp
|
| @@ -56,7 +56,7 @@ UnacceleratedImageBufferSurface::UnacceleratedImageBufferSurface(
|
|
|
| // Always save an initial frame, to support resetting the top level matrix
|
| // and clip.
|
| - m_canvas = WTF::wrapUnique(new PaintCanvas(m_surface->getCanvas()));
|
| + m_canvas = WTF::wrapUnique(new SkiaPaintCanvas(m_surface->getCanvas()));
|
| m_canvas->save();
|
|
|
| if (initializationMode == InitializeImagePixels)
|
|
|