| Index: Source/core/svg/SVGPathTraversalStateBuilder.h
|
| diff --git a/Source/core/svg/SVGPathTraversalStateBuilder.h b/Source/core/svg/SVGPathTraversalStateBuilder.h
|
| index 2d963ff3636d53a653b299ff32091fe29598e3ca..22d7a1307a98b2f5a393b935e7491a1eaf163c62 100644
|
| --- a/Source/core/svg/SVGPathTraversalStateBuilder.h
|
| +++ b/Source/core/svg/SVGPathTraversalStateBuilder.h
|
| @@ -34,7 +34,7 @@ public:
|
|
|
| unsigned pathSegmentIndex();
|
| float totalLength();
|
| - SVGPoint currentPoint();
|
| + FloatPoint currentPoint();
|
|
|
| void setCurrentTraversalState(PathTraversalState* traversalState) { m_traversalState = traversalState; }
|
| void setDesiredLength(float);
|
|
|