| Index: Source/core/rendering/svg/RenderSVGRoot.cpp
|
| diff --git a/Source/core/rendering/svg/RenderSVGRoot.cpp b/Source/core/rendering/svg/RenderSVGRoot.cpp
|
| index a5c2c4fc446aae6b6b698207731b7905cd105e87..b334cac7cc653e2c153f29e92d7b4e638e6177ad 100644
|
| --- a/Source/core/rendering/svg/RenderSVGRoot.cpp
|
| +++ b/Source/core/rendering/svg/RenderSVGRoot.cpp
|
| @@ -45,8 +45,8 @@
|
| #include "SVGSVGElement.h"
|
| #include "SVGStyledElement.h"
|
| #include "SVGViewSpec.h"
|
| -#include "TransformState.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| +#include "core/platform/graphics/transforms/TransformState.h"
|
|
|
| using namespace std;
|
|
|
|
|