Index: Source/core/svg/SVGFEImageElement.h |
diff --git a/Source/core/svg/SVGFEImageElement.h b/Source/core/svg/SVGFEImageElement.h |
index 78864b5fad3edf0d47aebfc813cf7d29c4a92e80..e08e63249163f9bb39c12212a6c3b903b6cf1ecb 100644 |
--- a/Source/core/svg/SVGFEImageElement.h |
+++ b/Source/core/svg/SVGFEImageElement.h |
@@ -27,7 +27,6 @@ |
#include "core/platform/graphics/ImageBuffer.h" |
#include "core/svg/SVGAnimatedBoolean.h" |
#include "core/svg/SVGAnimatedPreserveAspectRatio.h" |
-#include "core/svg/SVGExternalResourcesRequired.h" |
#include "core/svg/SVGFilterPrimitiveStandardAttributes.h" |
#include "core/svg/SVGURIReference.h" |
#include "core/svg/graphics/filters/SVGFEImage.h" |
@@ -36,7 +35,6 @@ namespace WebCore { |
class SVGFEImageElement FINAL : public SVGFilterPrimitiveStandardAttributes, |
public SVGURIReference, |
- public SVGExternalResourcesRequired, |
public ImageResourceClient { |
public: |
static PassRefPtr<SVGFEImageElement> create(const QualifiedName&, Document&); |
@@ -66,7 +64,6 @@ private: |
BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGFEImageElement) |
DECLARE_ANIMATED_PRESERVEASPECTRATIO(PreserveAspectRatio, preserveAspectRatio) |
DECLARE_ANIMATED_STRING(Href, href) |
- DECLARE_ANIMATED_BOOLEAN(ExternalResourcesRequired, externalResourcesRequired) |
END_DECLARE_ANIMATED_PROPERTIES |
ResourcePtr<ImageResource> m_cachedImage; |