| Index: Source/core/svg/graphics/SVGImage.cpp
|
| diff --git a/Source/core/svg/graphics/SVGImage.cpp b/Source/core/svg/graphics/SVGImage.cpp
|
| index 15dfe14c2f3c2c1d6bcf65b8cd246601d95bc3d6..1c320e086dc874cde847c4c83aa8c3344e52973e 100644
|
| --- a/Source/core/svg/graphics/SVGImage.cpp
|
| +++ b/Source/core/svg/graphics/SVGImage.cpp
|
| @@ -28,10 +28,9 @@
|
| #include "config.h"
|
|
|
| #if ENABLE(SVG)
|
| -#include "SVGImage.h"
|
| +#include "core/svg/graphics/SVGImage.h"
|
|
|
| #include "SVGDocument.h"
|
| -#include "SVGImageChromeClient.h"
|
| #include "SVGSVGElement.h"
|
| #include "core/loader/DocumentLoader.h"
|
| #include "core/page/FrameView.h"
|
| @@ -41,6 +40,7 @@
|
| #include "core/platform/graphics/IntRect.h"
|
| #include "core/rendering/style/RenderStyle.h"
|
| #include "core/rendering/svg/RenderSVGRoot.h"
|
| +#include "core/svg/graphics/SVGImageChromeClient.h"
|
|
|
| namespace WebCore {
|
|
|
|
|