summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGFEMorphologyElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGFEMorphologyElement.h')
-rw-r--r--WebCore/svg/SVGFEMorphologyElement.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/svg/SVGFEMorphologyElement.h b/WebCore/svg/SVGFEMorphologyElement.h
index 9bf26ee..6bbc20c 100644
--- a/WebCore/svg/SVGFEMorphologyElement.h
+++ b/WebCore/svg/SVGFEMorphologyElement.h
@@ -21,7 +21,7 @@
#define SVGFEMorphologyElement_h
#if ENABLE(SVG) && ENABLE(FILTERS)
-#include "SVGFEMorphology.h"
+#include "FEMorphology.h"
#include "SVGFilterPrimitiveStandardAttributes.h"
namespace WebCore {
@@ -39,6 +39,7 @@ private:
SVGFEMorphologyElement(const QualifiedName&, Document*);
virtual void parseMappedAttribute(Attribute*);
+ virtual void svgAttributeChanged(const QualifiedName&);
virtual void synchronizeProperty(const QualifiedName&);
virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*);