| 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 4873c0d16e1991d2408ce2dbc953e83eca7878b1..492f5f81d49da050d10cebe28331d5a218e581b1 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGShapePainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/SVGShapePainter.cpp
|
| @@ -250,7 +250,7 @@ void SVGShapePainter::paintMarker(const PaintInfo& paintInfo,
|
| markerPaintInfo.m_cullRect.m_rect = bounds;
|
|
|
| SVGContainerPainter(marker).paint(markerPaintInfo);
|
| - canvas->PlaybackPaintRecord(builder.endRecording());
|
| + builder.endRecording(*canvas);
|
|
|
| canvas->restore();
|
| }
|
|
|