Index: Source/core/svg/SVGPathElement.h |
diff --git a/Source/core/svg/SVGPathElement.h b/Source/core/svg/SVGPathElement.h |
index 14e31aec3ecb5ebfc3f6ce6986b4f2393a66f108..99f68e978b37467bc0d86aa756f61a6dc91c8a88 100644 |
--- a/Source/core/svg/SVGPathElement.h |
+++ b/Source/core/svg/SVGPathElement.h |
@@ -58,7 +58,7 @@ public: |
static PassRefPtr<SVGPathElement> create(const QualifiedName&, Document*); |
float getTotalLength(); |
- FloatPoint getPointAtLength(float distance); |
+ SVGPoint getPointAtLength(float distance); |
unsigned getPathSegAtLength(float distance); |
PassRefPtr<SVGPathSegClosePath> createSVGPathSegClosePath(SVGPathSegRole role = PathSegUndefinedRole); |