| Index: Source/core/paint/SVGShapePainter.h
|
| diff --git a/Source/core/paint/SVGShapePainter.h b/Source/core/paint/SVGShapePainter.h
|
| index 1723738f5f54b3aaffc330566b4d6bbe83320273..d37d0ddae960a8cadddbb4b071449e4adb9f701f 100644
|
| --- a/Source/core/paint/SVGShapePainter.h
|
| +++ b/Source/core/paint/SVGShapePainter.h
|
| @@ -11,6 +11,7 @@ class SkPaint;
|
|
|
| namespace blink {
|
|
|
| +class FloatRect;
|
| struct MarkerPosition;
|
| struct PaintInfo;
|
| class FloatPoint;
|
| @@ -28,7 +29,7 @@ private:
|
| void fillShape(GraphicsContext*, const SkPaint&, SkPath::FillType);
|
| void strokeShape(GraphicsContext*, const SkPaint&);
|
|
|
| - void paintMarkers(const PaintInfo&);
|
| + void paintMarkers(const PaintInfo&, const FloatRect& boundingBox);
|
| void paintMarker(const PaintInfo&, LayoutSVGResourceMarker&, const MarkerPosition&, float);
|
| void strokeZeroLengthLineCaps(GraphicsContext*, const SkPaint&);
|
|
|
|
|