| Index: Source/core/svg/SVGPathParser.h
|
| diff --git a/Source/core/svg/SVGPathParser.h b/Source/core/svg/SVGPathParser.h
|
| index 57c099b08a7c4f011f041531199ca06f458ad8c5..0f6c31e10329c85ec1f4f1bf25d42a87d9d5ee3e 100644
|
| --- a/Source/core/svg/SVGPathParser.h
|
| +++ b/Source/core/svg/SVGPathParser.h
|
| @@ -49,7 +49,7 @@ public:
|
|
|
| private:
|
| bool initialCommandIsMoveTo();
|
| - bool decomposeArcToCubic(float, float, float, const FloatPoint&, const FloatPoint&, bool largeArcFlag, bool sweepFlag);
|
| + bool decomposeArcToCubic(const FloatPoint& currentPoint, const PathSegmentData&);
|
| void emitMoveToSegment(PathSegmentData&);
|
| void emitLineToSegment(PathSegmentData&);
|
| void emitLineToHorizontalSegment(PathSegmentData&);
|
|
|