| Index: Source/core/rendering/svg/RenderSVGContainer.cpp
|
| diff --git a/Source/core/rendering/svg/RenderSVGContainer.cpp b/Source/core/rendering/svg/RenderSVGContainer.cpp
|
| index 1cccfb2ebac5ece0e8e0e2ea7819dbbac0afa5ef..ecb38aeccf839cf787a6cd8c27555e2af417ddc2 100644
|
| --- a/Source/core/rendering/svg/RenderSVGContainer.cpp
|
| +++ b/Source/core/rendering/svg/RenderSVGContainer.cpp
|
| @@ -25,7 +25,6 @@
|
|
|
| #include "core/rendering/svg/RenderSVGContainer.h"
|
|
|
| -#include "core/platform/graphics/GraphicsContextStateSaver.h"
|
| #include "core/rendering/GraphicsContextAnnotator.h"
|
| #include "core/rendering/LayoutRectRecorder.h"
|
| #include "core/rendering/LayoutRepainter.h"
|
| @@ -33,6 +32,7 @@
|
| #include "core/rendering/svg/SVGRenderingContext.h"
|
| #include "core/rendering/svg/SVGResources.h"
|
| #include "core/rendering/svg/SVGResourcesCache.h"
|
| +#include "platform/graphics/GraphicsContextStateSaver.h"
|
|
|
| namespace WebCore {
|
|
|
|
|