| Index: Source/core/svg/SVGAnimateMotionElement.h
|
| diff --git a/Source/core/svg/SVGAnimateMotionElement.h b/Source/core/svg/SVGAnimateMotionElement.h
|
| index 45a537ab9b71a7145c8678b599330d7957bd58a5..29a33d6d236bb152575c1a0dedfb5fb7b04fc4ce 100644
|
| --- a/Source/core/svg/SVGAnimateMotionElement.h
|
| +++ b/Source/core/svg/SVGAnimateMotionElement.h
|
| @@ -21,9 +21,9 @@
|
| #ifndef SVGAnimateMotionElement_h
|
| #define SVGAnimateMotionElement_h
|
| #if ENABLE(SVG)
|
| -#include "AffineTransform.h"
|
| #include "SVGAnimationElement.h"
|
| #include "core/platform/graphics/Path.h"
|
| +#include "core/platform/graphics/transforms/AffineTransform.h"
|
|
|
| namespace WebCore {
|
|
|
|
|