diff options
Diffstat (limited to 'WebCore/svg/SVGAnimateTransformElement.h')
-rw-r--r-- | WebCore/svg/SVGAnimateTransformElement.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/WebCore/svg/SVGAnimateTransformElement.h b/WebCore/svg/SVGAnimateTransformElement.h index bf3de36..0f806d7 100644 --- a/WebCore/svg/SVGAnimateTransformElement.h +++ b/WebCore/svg/SVGAnimateTransformElement.h @@ -34,14 +34,15 @@ class AffineTransform; class SVGAnimateTransformElement : public SVGAnimationElement { public: + static PassRefPtr<SVGAnimateTransformElement> create(const QualifiedName&, Document*); + +private: SVGAnimateTransformElement(const QualifiedName&, Document*); - virtual ~SVGAnimateTransformElement(); 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); |