Index: Source/core/svg/SVGPathUtilities.h |
diff --git a/Source/core/svg/SVGPathUtilities.h b/Source/core/svg/SVGPathUtilities.h |
index 7c06c57a46c0e5f64e0498e7f719a7cf48fc2559..007a72eb882fc9bcb2c7a7c6fddb312e22ffc0f6 100644 |
--- a/Source/core/svg/SVGPathUtilities.h |
+++ b/Source/core/svg/SVGPathUtilities.h |
@@ -21,7 +21,7 @@ |
#define SVGPathUtilities_h |
#include "core/svg/SVGPathConsumer.h" |
-#include "core/svg/SVGPoint.h" |
+#include "platform/geometry/FloatPoint.h" |
#include "wtf/OwnPtr.h" |
#include "wtf/text/WTFString.h" |
@@ -54,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, SVGPoint&); |
+bool getPointAtLengthOfSVGPathByteStream(SVGPathByteStream*, float length, FloatPoint&); |
} // namespace WebCore |