| Index: Source/core/paint/SVGForeignObjectPainter.cpp
|
| diff --git a/Source/core/paint/SVGForeignObjectPainter.cpp b/Source/core/paint/SVGForeignObjectPainter.cpp
|
| index 17a5e66577e9649d243969888d5915dcb1f94add..953b42f31ff356467b05f2fc6f54c7441a025f65 100644
|
| --- a/Source/core/paint/SVGForeignObjectPainter.cpp
|
| +++ b/Source/core/paint/SVGForeignObjectPainter.cpp
|
| @@ -6,12 +6,12 @@
|
| #include "core/paint/SVGForeignObjectPainter.h"
|
|
|
| #include "core/layout/PaintInfo.h"
|
| +#include "core/layout/svg/LayoutSVGForeignObject.h"
|
| #include "core/layout/svg/SVGLayoutSupport.h"
|
| #include "core/paint/BlockPainter.h"
|
| #include "core/paint/FloatClipRecorder.h"
|
| #include "core/paint/SVGPaintContext.h"
|
| #include "core/paint/TransformRecorder.h"
|
| -#include "core/rendering/svg/RenderSVGForeignObject.h"
|
|
|
| namespace blink {
|
|
|
|
|