diff options
Diffstat (limited to 'Source/WebCore/svg/SVGComponentTransferFunctionElement.h')
-rw-r--r-- | Source/WebCore/svg/SVGComponentTransferFunctionElement.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/svg/SVGComponentTransferFunctionElement.h b/Source/WebCore/svg/SVGComponentTransferFunctionElement.h index 2be693b..931e52e 100644 --- a/Source/WebCore/svg/SVGComponentTransferFunctionElement.h +++ b/Source/WebCore/svg/SVGComponentTransferFunctionElement.h @@ -37,6 +37,7 @@ protected: SVGComponentTransferFunctionElement(const QualifiedName&, Document*); virtual void parseMappedAttribute(Attribute*); + virtual void svgAttributeChanged(const QualifiedName&); virtual void synchronizeProperty(const QualifiedName&); virtual void fillAttributeToPropertyTypeMap(); virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap(); |