summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/svg/SVGStyledElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGStyledElement.h')
-rw-r--r--Source/WebCore/svg/SVGStyledElement.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/WebCore/svg/SVGStyledElement.h b/Source/WebCore/svg/SVGStyledElement.h
index 0714d43..85a2b5a 100644
--- a/Source/WebCore/svg/SVGStyledElement.h
+++ b/Source/WebCore/svg/SVGStyledElement.h
@@ -52,6 +52,8 @@ public:
bool instanceUpdatesBlocked() const;
void setInstanceUpdatesBlocked(bool);
+ AnimatedAttributeType animatedPropertyTypeForCSSProperty(const QualifiedName&);
+
virtual AffineTransform localCoordinateSpaceTransform(SVGLocatable::CTMScope) const;
virtual CSSStyleDeclaration* style() { return StyledElement::style(); }
@@ -66,6 +68,8 @@ protected:
virtual void svgAttributeChanged(const QualifiedName&);
virtual void synchronizeProperty(const QualifiedName&);
+ void fillPassedAttributeToPropertyTypeMap(AttributeToPropertyTypeMap&);
+
virtual void attach();
virtual void insertedIntoDocument();
virtual void removedFromDocument();