| Index: Source/core/paint/SVGContainerPainter.cpp
|
| diff --git a/Source/core/paint/SVGContainerPainter.cpp b/Source/core/paint/SVGContainerPainter.cpp
|
| index aeb91b192ecdce8eca2a064ded1f211aced5a4be..ad85c5fcbdebbb064bf8a6c3e7ebfb76f8f79e1b 100644
|
| --- a/Source/core/paint/SVGContainerPainter.cpp
|
| +++ b/Source/core/paint/SVGContainerPainter.cpp
|
| @@ -6,13 +6,13 @@
|
| #include "core/paint/SVGContainerPainter.h"
|
|
|
| #include "core/layout/PaintInfo.h"
|
| +#include "core/layout/svg/LayoutSVGContainer.h"
|
| #include "core/layout/svg/SVGLayoutSupport.h"
|
| #include "core/paint/FloatClipRecorder.h"
|
| #include "core/paint/GraphicsContextAnnotator.h"
|
| #include "core/paint/ObjectPainter.h"
|
| #include "core/paint/SVGPaintContext.h"
|
| #include "core/paint/TransformRecorder.h"
|
| -#include "core/rendering/svg/RenderSVGContainer.h"
|
| #include "core/rendering/svg/RenderSVGViewportContainer.h"
|
| #include "core/svg/SVGSVGElement.h"
|
|
|
|
|