diff options
Diffstat (limited to 'Source/WebCore/svg/SVGFEOffsetElement.h')
-rw-r--r-- | Source/WebCore/svg/SVGFEOffsetElement.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/svg/SVGFEOffsetElement.h b/Source/WebCore/svg/SVGFEOffsetElement.h index 2092df2..e5b6fd1 100644 --- a/Source/WebCore/svg/SVGFEOffsetElement.h +++ b/Source/WebCore/svg/SVGFEOffsetElement.h @@ -38,6 +38,8 @@ private: virtual void parseMappedAttribute(Attribute*); virtual void svgAttributeChanged(const QualifiedName&); virtual void synchronizeProperty(const QualifiedName&); + virtual void fillAttributeToPropertyTypeMap(); + virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap(); virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*); // Animated property declarations |