| Index: Source/core/paint/SVGRootPainter.cpp
|
| diff --git a/Source/core/paint/SVGRootPainter.cpp b/Source/core/paint/SVGRootPainter.cpp
|
| index ba77dc9456494932899fb1f4cb195f747c1f6763..5e5f5bbd3d1cfe0cc11e9f08228164d65020e227 100644
|
| --- a/Source/core/paint/SVGRootPainter.cpp
|
| +++ b/Source/core/paint/SVGRootPainter.cpp
|
| @@ -6,12 +6,12 @@
|
| #include "core/paint/SVGRootPainter.h"
|
|
|
| #include "core/layout/PaintInfo.h"
|
| +#include "core/layout/svg/LayoutSVGRoot.h"
|
| #include "core/layout/svg/SVGResources.h"
|
| #include "core/layout/svg/SVGResourcesCache.h"
|
| #include "core/paint/BoxPainter.h"
|
| #include "core/paint/SVGPaintContext.h"
|
| #include "core/paint/TransformRecorder.h"
|
| -#include "core/rendering/svg/RenderSVGRoot.h"
|
| #include "core/svg/SVGSVGElement.h"
|
| #include "platform/graphics/paint/ClipRecorder.h"
|
|
|
|
|