| Index: third_party/WebKit/Source/core/paint/SVGShapePainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGShapePainter.cpp b/third_party/WebKit/Source/core/paint/SVGShapePainter.cpp
|
| index 09c7b1cf7abd3599d22abadc69257c1948fffa0f..07b4f12432771dde3d4515ec9b03048d873fd23c 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGShapePainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/SVGShapePainter.cpp
|
| @@ -228,7 +228,7 @@ void SVGShapePainter::paintMarkers(const PaintInfo& paintInfo,
|
| markerPaintInfo.m_cullRect.m_rect = LayoutRect::infiniteIntRect();
|
|
|
| paintMarker(markerPaintInfo, *marker, markerPosition, strokeWidth);
|
| - paintInfo.context.canvas()->drawPicture(builder.endRecording());
|
| + paintInfo.context.canvas()->PlaybackPaintRecord(builder.endRecording());
|
| }
|
| }
|
| }
|
|
|