| Index: Source/core/rendering/svg/RenderSVGForeignObject.cpp
|
| diff --git a/Source/core/rendering/svg/RenderSVGForeignObject.cpp b/Source/core/rendering/svg/RenderSVGForeignObject.cpp
|
| index 1dc87eab28d1b6991f2c3b04585b83e21eee6070..19e2df02e77f024592b2dc401df6176da9e603ed 100644
|
| --- a/Source/core/rendering/svg/RenderSVGForeignObject.cpp
|
| +++ b/Source/core/rendering/svg/RenderSVGForeignObject.cpp
|
| @@ -33,8 +33,8 @@
|
| #include "SVGRenderingContext.h"
|
| #include "SVGResourcesCache.h"
|
| #include "SVGSVGElement.h"
|
| -#include "TransformState.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| +#include "core/platform/graphics/transforms/TransformState.h"
|
|
|
| namespace WebCore {
|
|
|
|
|