| Index: Source/core/svg/graphics/SVGImage.cpp
|
| diff --git a/Source/core/svg/graphics/SVGImage.cpp b/Source/core/svg/graphics/SVGImage.cpp
|
| index fec8420142fc6defd15dc63181519e45e8f2a944..2aa3e4c70924507193b3dad5993e4ce8c557c251 100644
|
| --- a/Source/core/svg/graphics/SVGImage.cpp
|
| +++ b/Source/core/svg/graphics/SVGImage.cpp
|
| @@ -32,7 +32,6 @@
|
|
|
| #include "DocumentLoader.h"
|
| #include "FrameView.h"
|
| -#include "RenderSVGRoot.h"
|
| #include "SVGDocument.h"
|
| #include "SVGImageChromeClient.h"
|
| #include "SVGSVGElement.h"
|
| @@ -41,6 +40,7 @@
|
| #include "core/platform/graphics/ImageObserver.h"
|
| #include "core/platform/graphics/IntRect.h"
|
| #include "core/rendering/style/RenderStyle.h"
|
| +#include "core/rendering/svg/RenderSVGRoot.h"
|
|
|
| namespace WebCore {
|
|
|
|
|