diff options
Diffstat (limited to 'WebCore/svg/SVGStopElement.h')
-rw-r--r-- | WebCore/svg/SVGStopElement.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/svg/SVGStopElement.h b/WebCore/svg/SVGStopElement.h index db5eff0..96c3294 100644 --- a/WebCore/svg/SVGStopElement.h +++ b/WebCore/svg/SVGStopElement.h @@ -33,6 +33,7 @@ namespace WebCore { virtual ~SVGStopElement(); virtual void parseMappedAttribute(Attribute*); + virtual void svgAttributeChanged(const QualifiedName&); virtual void synchronizeProperty(const QualifiedName&); Color stopColorIncludingOpacity() const; |