| Index: Source/core/paint/SVGImagePainter.cpp
|
| diff --git a/Source/core/paint/SVGImagePainter.cpp b/Source/core/paint/SVGImagePainter.cpp
|
| index 8279b8eb7bc07fc4e9ee61ce7e9c5d9bb460d660..27d22d7b1c10645cb948cef7d2b5dce3e246169a 100644
|
| --- a/Source/core/paint/SVGImagePainter.cpp
|
| +++ b/Source/core/paint/SVGImagePainter.cpp
|
| @@ -8,13 +8,13 @@
|
| #include "core/layout/ImageQualityController.h"
|
| #include "core/layout/LayoutImageResource.h"
|
| #include "core/layout/PaintInfo.h"
|
| +#include "core/layout/svg/LayoutSVGImage.h"
|
| #include "core/layout/svg/SVGLayoutSupport.h"
|
| #include "core/paint/GraphicsContextAnnotator.h"
|
| #include "core/paint/ObjectPainter.h"
|
| #include "core/paint/RenderDrawingRecorder.h"
|
| #include "core/paint/SVGPaintContext.h"
|
| #include "core/paint/TransformRecorder.h"
|
| -#include "core/rendering/svg/RenderSVGImage.h"
|
| #include "core/svg/SVGImageElement.h"
|
| #include "platform/graphics/GraphicsContext.h"
|
| #include "third_party/skia/include/core/SkPicture.h"
|
|
|