| Index: third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp
|
| index 046285877acd3f62b1631beea4860604e17d88e6..18e4d03c7fb8410901ab413d3fe35850b882d678 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp
|
| @@ -569,7 +569,7 @@ SkSurface* Canvas2DLayerBridge::getOrCreateSurface(AccelerationHint hint) {
|
| m_msaaSampleCount, m_opacityMode, skSurfaceColorSpace(), m_colorType,
|
| &surfaceIsAccelerated);
|
| m_surfacePaintCanvas =
|
| - WTF::wrapUnique(new PaintCanvas(m_surface->getCanvas()));
|
| + WTF::wrapUnique(new SkiaPaintCanvas(m_surface->getCanvas()));
|
|
|
| if (m_surface) {
|
| // Always save an initial frame, to support resetting the top level matrix
|
|
|