summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/svg/SVGEllipseElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGEllipseElement.h')
-rw-r--r--Source/WebCore/svg/SVGEllipseElement.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/svg/SVGEllipseElement.h b/Source/WebCore/svg/SVGEllipseElement.h
index 7ba2085..2c8a864 100644
--- a/Source/WebCore/svg/SVGEllipseElement.h
+++ b/Source/WebCore/svg/SVGEllipseElement.h
@@ -46,6 +46,8 @@ private:
virtual void parseMappedAttribute(Attribute*);
virtual void svgAttributeChanged(const QualifiedName&);
virtual void synchronizeProperty(const QualifiedName&);
+ virtual void fillAttributeToPropertyTypeMap();
+ virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap();
virtual void toPathData(Path&) const;