diff options
Diffstat (limited to 'Source/WebCore/svg/SVGPathParser.h')
-rw-r--r-- | Source/WebCore/svg/SVGPathParser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/svg/SVGPathParser.h b/Source/WebCore/svg/SVGPathParser.h index 52e14c8c6..a9a0b24c8 100644 --- a/Source/WebCore/svg/SVGPathParser.h +++ b/Source/WebCore/svg/SVGPathParser.h @@ -38,7 +38,7 @@ class SVGPathParser { public: SVGPathParser(); - bool parsePathDataFromSource(PathParsingMode pathParsingMode); + bool parsePathDataFromSource(PathParsingMode, bool checkForInitialMoveTo = true); void setCurrentConsumer(SVGPathConsumer* consumer) { m_consumer = consumer; } void setCurrentSource(SVGPathSource* source) { m_source = source; } void cleanup(); |