| Index: Source/core/rendering/svg/RenderSVGRoot.cpp
|
| diff --git a/Source/core/rendering/svg/RenderSVGRoot.cpp b/Source/core/rendering/svg/RenderSVGRoot.cpp
|
| index 242406573d20bf86bf8f5ad03d5651a7b043488a..b318d5b1b57271c055306a07cd0cab6e191c74b5 100644
|
| --- a/Source/core/rendering/svg/RenderSVGRoot.cpp
|
| +++ b/Source/core/rendering/svg/RenderSVGRoot.cpp
|
| @@ -29,7 +29,6 @@
|
| #include "core/page/ChromeClient.h"
|
| #include "core/frame/Frame.h"
|
| #include "core/page/Page.h"
|
| -#include "core/platform/graphics/GraphicsContext.h"
|
| #include "core/rendering/HitTestResult.h"
|
| #include "core/rendering/LayoutRectRecorder.h"
|
| #include "core/rendering/LayoutRepainter.h"
|
| @@ -42,6 +41,7 @@
|
| #include "core/svg/SVGElement.h"
|
| #include "core/svg/SVGSVGElement.h"
|
| #include "core/svg/graphics/SVGImage.h"
|
| +#include "platform/graphics/GraphicsContext.h"
|
|
|
| using namespace std;
|
|
|
|
|