| Index: Source/core/svg/SVGPathParser.cpp
|
| diff --git a/Source/core/svg/SVGPathParser.cpp b/Source/core/svg/SVGPathParser.cpp
|
| index 6f09708f709ea7c7e1dbf4236c2f6a54c103cf9b..c1e32c288f8864e3493cfdb2e5ff903e1749092e 100644
|
| --- a/Source/core/svg/SVGPathParser.cpp
|
| +++ b/Source/core/svg/SVGPathParser.cpp
|
| @@ -26,7 +26,7 @@
|
| #if ENABLE(SVG)
|
| #include "SVGPathParser.h"
|
|
|
| -#include "AffineTransform.h"
|
| +#include "core/platform/graphics/transforms/AffineTransform.h"
|
| #include <wtf/MathExtras.h>
|
|
|
| static const float gOneOverThree = 1 / 3.f;
|
|
|