| Index: Source/core/paint/SVGShapePainter.h
|
| diff --git a/Source/core/paint/SVGShapePainter.h b/Source/core/paint/SVGShapePainter.h
|
| index 32312f3192e33ea3186b8c47abec36c0aba07b84..73b2daa469b18107cdaba5e7098a37af903e9c90 100644
|
| --- a/Source/core/paint/SVGShapePainter.h
|
| +++ b/Source/core/paint/SVGShapePainter.h
|
| @@ -7,10 +7,12 @@
|
|
|
| namespace blink {
|
|
|
| +struct MarkerPosition;
|
| struct PaintInfo;
|
| class FloatPoint;
|
| class GraphicsContext;
|
| class Path;
|
| +class RenderSVGResourceMarker;
|
| class RenderSVGShape;
|
|
|
| class SVGShapePainter {
|
| @@ -24,6 +26,7 @@ private:
|
| void strokeShape(GraphicsContext*);
|
|
|
| void paintMarkers(PaintInfo&);
|
| + void paintMarker(PaintInfo&, RenderSVGResourceMarker&, const MarkerPosition&, float);
|
| void strokeZeroLengthLineCaps(GraphicsContext*);
|
| Path* zeroLengthLinecapPath(const FloatPoint&) const;
|
|
|
|
|