| Index: Source/core/svg/SVGPathConsumer.h
|
| diff --git a/Source/core/svg/SVGPathConsumer.h b/Source/core/svg/SVGPathConsumer.h
|
| index 4e72d9a8621c57ce091384512825891dde1d0f26..f18a16dc51e88a6f395963c8f2db17dbf5128542 100644
|
| --- a/Source/core/svg/SVGPathConsumer.h
|
| +++ b/Source/core/svg/SVGPathConsumer.h
|
| @@ -52,7 +52,7 @@ public:
|
| virtual bool continueConsuming() = 0;
|
|
|
| // Used in UnalteredParsing/NormalizedParsing modes.
|
| - virtual void moveTo(const FloatPoint&, bool closed, PathCoordinateMode) = 0;
|
| + virtual void moveTo(const FloatPoint&, PathCoordinateMode) = 0;
|
| virtual void lineTo(const FloatPoint&, PathCoordinateMode) = 0;
|
| virtual void curveToCubic(const FloatPoint&, const FloatPoint&, const FloatPoint&, PathCoordinateMode) = 0;
|
| virtual void closePath() = 0;
|
|
|