| Index: Source/core/svg/SVGFEImageElement.h
|
| diff --git a/Source/core/svg/SVGFEImageElement.h b/Source/core/svg/SVGFEImageElement.h
|
| index d7978636e461b7eb4722e6646fb7976fe94f7179..d7ca8f8a3d80e8ff19a460b48b43a4e785638d98 100644
|
| --- a/Source/core/svg/SVGFEImageElement.h
|
| +++ b/Source/core/svg/SVGFEImageElement.h
|
| @@ -23,13 +23,11 @@
|
|
|
| #include "core/SVGNames.h"
|
| #include "core/fetch/ImageResource.h"
|
| +#include "core/fetch/ImageResourceClient.h"
|
| #include "core/fetch/ResourcePtr.h"
|
| -#include "core/svg/SVGAnimatedBoolean.h"
|
| #include "core/svg/SVGAnimatedPreserveAspectRatio.h"
|
| #include "core/svg/SVGFilterPrimitiveStandardAttributes.h"
|
| #include "core/svg/SVGURIReference.h"
|
| -#include "core/svg/graphics/filters/SVGFEImage.h"
|
| -#include "platform/graphics/ImageBuffer.h"
|
|
|
| namespace blink {
|
|
|
|
|