summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGSymbolElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGSymbolElement.h')
-rw-r--r--WebCore/svg/SVGSymbolElement.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/svg/SVGSymbolElement.h b/WebCore/svg/SVGSymbolElement.h
index 9db81c4..7a7ef87 100644
--- a/WebCore/svg/SVGSymbolElement.h
+++ b/WebCore/svg/SVGSymbolElement.h
@@ -38,10 +38,13 @@ namespace WebCore {
virtual ~SVGSymbolElement();
virtual void parseMappedAttribute(Attribute*);
+ virtual void svgAttributeChanged(const QualifiedName&);
virtual void synchronizeProperty(const QualifiedName&);
virtual bool rendererIsNeeded(RenderStyle*) { return false; }
private:
+ virtual bool selfHasRelativeLengths() const;
+
// SVGExternalResourcesRequired
DECLARE_ANIMATED_PROPERTY(SVGSymbolElement, SVGNames::externalResourcesRequiredAttr, bool, ExternalResourcesRequired, externalResourcesRequired)