| Index: Source/core/svg/SVGFEImageElement.cpp
|
| diff --git a/Source/core/svg/SVGFEImageElement.cpp b/Source/core/svg/SVGFEImageElement.cpp
|
| index 5c546494d243ab43c146d7b88b64c786b34475cc..72ad21533dd931fbed9f3a2765769dfafebd6b7d 100644
|
| --- a/Source/core/svg/SVGFEImageElement.cpp
|
| +++ b/Source/core/svg/SVGFEImageElement.cpp
|
| @@ -30,12 +30,12 @@
|
| #include "CachedResourceRequest.h"
|
| #include "Document.h"
|
| #include "RenderObject.h"
|
| -#include "RenderSVGResource.h"
|
| #include "SVGElementInstance.h"
|
| #include "SVGNames.h"
|
| #include "SVGPreserveAspectRatio.h"
|
| #include "core/platform/graphics/ColorSpace.h"
|
| #include "core/platform/graphics/Image.h"
|
| +#include "core/rendering/svg/RenderSVGResource.h"
|
|
|
| namespace WebCore {
|
|
|
|
|