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 9788f111d6d8a0092b58f3bb7154c01d41912a5f..09c7b1cf7abd3599d22abadc69257c1948fffa0f 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); |
- builder.endRecording()->playback(paintInfo.context.canvas()); |
+ paintInfo.context.canvas()->drawPicture(builder.endRecording()); |
} |
} |
} |