diff options
Diffstat (limited to 'WebCore/svg/SVGAnimateMotionElement.h')
-rw-r--r-- | WebCore/svg/SVGAnimateMotionElement.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/WebCore/svg/SVGAnimateMotionElement.h b/WebCore/svg/SVGAnimateMotionElement.h index ec189f9..225a076 100644 --- a/WebCore/svg/SVGAnimateMotionElement.h +++ b/WebCore/svg/SVGAnimateMotionElement.h @@ -29,14 +29,15 @@ namespace WebCore { class SVGAnimateMotionElement : public SVGAnimationElement { public: + static PassRefPtr<SVGAnimateMotionElement> create(const QualifiedName&, Document*); + + private: SVGAnimateMotionElement(const QualifiedName&, Document*); - virtual ~SVGAnimateMotionElement(); virtual bool hasValidTarget() const; virtual void parseMappedAttribute(Attribute*); - private: virtual void resetToBaseValue(const String&); virtual bool calculateFromAndToValues(const String& fromString, const String& toString); virtual bool calculateFromAndByValues(const String& fromString, const String& byString); |