| Index: Source/core/svg/SVGPathTraversalStateBuilder.h
|
| diff --git a/Source/core/svg/SVGPathTraversalStateBuilder.h b/Source/core/svg/SVGPathTraversalStateBuilder.h
|
| index 19a8ca8ad5f2a93a715219865f5184322981ff31..59c2434cfe7edc492e6a1f20fab9cdfd1b6714ed 100644
|
| --- a/Source/core/svg/SVGPathTraversalStateBuilder.h
|
| +++ b/Source/core/svg/SVGPathTraversalStateBuilder.h
|
| @@ -21,8 +21,8 @@
|
| #ifndef SVGPathTraversalStateBuilder_h
|
| #define SVGPathTraversalStateBuilder_h
|
|
|
| -#include "core/platform/graphics/FloatPoint.h"
|
| #include "core/svg/SVGPathConsumer.h"
|
| +#include "core/svg/SVGPoint.h"
|
|
|
| namespace WebCore {
|
|
|
| @@ -34,7 +34,7 @@ public:
|
|
|
| unsigned pathSegmentIndex();
|
| float totalLength();
|
| - FloatPoint currentPoint();
|
| + SVGPoint currentPoint();
|
|
|
| void setCurrentTraversalState(PathTraversalState* traversalState) { m_traversalState = traversalState; }
|
| void setDesiredLength(float);
|
|
|