| Index: Source/core/svg/SVGStyledTransformableElement.cpp
|
| diff --git a/Source/core/svg/SVGStyledTransformableElement.cpp b/Source/core/svg/SVGStyledTransformableElement.cpp
|
| index d8ea6df7d5b8bad6f221cb68253907a9c217758f..274b7fa06bc77b2d78fe1de39fb3dd237bf87ddb 100644
|
| --- a/Source/core/svg/SVGStyledTransformableElement.cpp
|
| +++ b/Source/core/svg/SVGStyledTransformableElement.cpp
|
| @@ -23,13 +23,13 @@
|
| #if ENABLE(SVG)
|
| #include "SVGStyledTransformableElement.h"
|
|
|
| -#include "AffineTransform.h"
|
| #include "Attribute.h"
|
| #include "RenderSVGPath.h"
|
| #include "RenderSVGResource.h"
|
| #include "SVGElementInstance.h"
|
| #include "SVGNames.h"
|
| #include "SVGPathData.h"
|
| +#include "core/platform/graphics/transforms/AffineTransform.h"
|
|
|
| namespace WebCore {
|
|
|
|
|