| 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..85e6255d25c353fc28c6ccce3d6ea259e08e4725 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGShapePainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/SVGShapePainter.cpp
|
| @@ -228,7 +228,8 @@ 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().get());
|
| }
|
| }
|
| }
|
|
|