| Index: Source/core/svg/SVGPathUtilities.h
|
| diff --git a/Source/core/svg/SVGPathUtilities.h b/Source/core/svg/SVGPathUtilities.h
|
| index 7ddf08f792464a69ebf94a6acad3a4b6b24a27ec..5fa2d468575f24bdeebf6ec59fdf42acf12afc22 100644
|
| --- a/Source/core/svg/SVGPathUtilities.h
|
| +++ b/Source/core/svg/SVGPathUtilities.h
|
| @@ -21,6 +21,7 @@
|
| #define SVGPathUtilities_h
|
|
|
| #include "core/svg/SVGPathConsumer.h"
|
| +#include "core/svg/SVGPoint.h"
|
| #include <wtf/OwnPtr.h>
|
| #include <wtf/text/WTFString.h>
|
|
|
| @@ -53,7 +54,7 @@ bool addToSVGPathByteStream(SVGPathByteStream*, SVGPathByteStream*, unsigned rep
|
|
|
| bool getSVGPathSegAtLengthFromSVGPathByteStream(SVGPathByteStream*, float length, unsigned& pathSeg);
|
| bool getTotalLengthOfSVGPathByteStream(SVGPathByteStream*, float& totalLength);
|
| -bool getPointAtLengthOfSVGPathByteStream(SVGPathByteStream*, float length, FloatPoint&);
|
| +bool getPointAtLengthOfSVGPathByteStream(SVGPathByteStream*, float length, SVGPoint&);
|
|
|
| } // namespace WebCore
|
|
|
|
|