Index: Source/core/svg/graphics/SVGImage.cpp |
diff --git a/Source/core/svg/graphics/SVGImage.cpp b/Source/core/svg/graphics/SVGImage.cpp |
index e44c11b76c7553ef2a253e35a677d30d52cc5203..0d4ad25b113c2a5c2204dedef70f6bb9fceab0fb 100644 |
--- a/Source/core/svg/graphics/SVGImage.cpp |
+++ b/Source/core/svg/graphics/SVGImage.cpp |
@@ -39,7 +39,6 @@ |
#include "core/platform/graphics/GraphicsContextStateSaver.h" |
#include "core/platform/graphics/ImageBuffer.h" |
#include "core/platform/graphics/ImageObserver.h" |
-#include "core/platform/graphics/IntRect.h" |
#include "core/rendering/style/RenderStyle.h" |
#include "core/rendering/svg/RenderSVGRoot.h" |
#include "core/svg/SVGDocument.h" |
@@ -47,6 +46,7 @@ |
#include "core/svg/SVGImageElement.h" |
#include "core/svg/SVGSVGElement.h" |
#include "core/svg/graphics/SVGImageChromeClient.h" |
+#include "platform/geometry/IntRect.h" |
#include "wtf/PassRefPtr.h" |
namespace WebCore { |