diff options
Diffstat (limited to 'WebCore/svg/SVGPathParserFactory.h')
-rw-r--r-- | WebCore/svg/SVGPathParserFactory.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/svg/SVGPathParserFactory.h b/WebCore/svg/SVGPathParserFactory.h index 37418d4..b8a2dd5 100644 --- a/WebCore/svg/SVGPathParserFactory.h +++ b/WebCore/svg/SVGPathParserFactory.h @@ -46,6 +46,10 @@ public: bool buildSVGPathByteStreamFromString(const String&, OwnPtr<SVGPathByteStream>&, PathParsingMode); + bool buildAnimatedSVGPathByteStream(SVGPathByteStream*, SVGPathByteStream*, OwnPtr<SVGPathByteStream>&, float); + + bool getSVGPathSegAtLengthFromSVGPathSegList(SVGPathSegList*, float, unsigned long&); + private: SVGPathParserFactory(); ~SVGPathParserFactory(); |