summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGFEBlendElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGFEBlendElement.h')
-rw-r--r--WebCore/svg/SVGFEBlendElement.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/svg/SVGFEBlendElement.h b/WebCore/svg/SVGFEBlendElement.h
index 41c8307..c8c5deb 100644
--- a/WebCore/svg/SVGFEBlendElement.h
+++ b/WebCore/svg/SVGFEBlendElement.h
@@ -34,6 +34,7 @@ private:
SVGFEBlendElement(const QualifiedName&, Document*);
virtual void parseMappedAttribute(Attribute*);
+ virtual void svgAttributeChanged(const QualifiedName&);
virtual void synchronizeProperty(const QualifiedName&);
virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*);