| Index: Source/core/paint/SVGImagePainter.cpp
|
| diff --git a/Source/core/paint/SVGImagePainter.cpp b/Source/core/paint/SVGImagePainter.cpp
|
| index 8fd32b40740fc784b7afb80ec9ff36497dd806f3..8279b8eb7bc07fc4e9ee61ce7e9c5d9bb460d660 100644
|
| --- a/Source/core/paint/SVGImagePainter.cpp
|
| +++ b/Source/core/paint/SVGImagePainter.cpp
|
| @@ -6,6 +6,7 @@
|
| #include "core/paint/SVGImagePainter.h"
|
|
|
| #include "core/layout/ImageQualityController.h"
|
| +#include "core/layout/LayoutImageResource.h"
|
| #include "core/layout/PaintInfo.h"
|
| #include "core/layout/svg/SVGLayoutSupport.h"
|
| #include "core/paint/GraphicsContextAnnotator.h"
|
| @@ -13,7 +14,6 @@
|
| #include "core/paint/RenderDrawingRecorder.h"
|
| #include "core/paint/SVGPaintContext.h"
|
| #include "core/paint/TransformRecorder.h"
|
| -#include "core/rendering/RenderImageResource.h"
|
| #include "core/rendering/svg/RenderSVGImage.h"
|
| #include "core/svg/SVGImageElement.h"
|
| #include "platform/graphics/GraphicsContext.h"
|
|
|