| Index: Source/core/svg/SVGTextElement.cpp
|
| diff --git a/Source/core/svg/SVGTextElement.cpp b/Source/core/svg/SVGTextElement.cpp
|
| index 5b5d66be61dddf75f0274522c10c924e40406669..106670535770310cbc433c9b24683845b8ed0a3b 100644
|
| --- a/Source/core/svg/SVGTextElement.cpp
|
| +++ b/Source/core/svg/SVGTextElement.cpp
|
| @@ -23,7 +23,6 @@
|
| #if ENABLE(SVG)
|
| #include "SVGTextElement.h"
|
|
|
| -#include "AffineTransform.h"
|
| #include "Attribute.h"
|
| #include "NodeRenderingContext.h"
|
| #include "RenderSVGResource.h"
|
| @@ -33,6 +32,7 @@
|
| #include "SVGRenderStyle.h"
|
| #include "SVGTSpanElement.h"
|
| #include "core/platform/graphics/FloatRect.h"
|
| +#include "core/platform/graphics/transforms/AffineTransform.h"
|
|
|
| namespace WebCore {
|
|
|
|
|