AnimatedPropertyValueType m_fromPropertyValueType;
AnimatedPropertyValueType m_toPropertyValueType;
- virtual void targetElementWillChange(SVGElement* currentTarget, SVGElement* oldTarget) OVERRIDE;
+ virtual void setTargetElement(SVGElement*) OVERRIDE;
+ virtual void setAttributeName(const QualifiedName&) OVERRIDE;
bool hasInvalidCSSAttributeType() const { return m_hasInvalidCSSAttributeType; }
virtual void updateAnimationMode();
private:
virtual void animationAttributeChanged() OVERRIDE;
- virtual void setAttributeName(const QualifiedName&) OVERRIDE;
void setAttributeType(const AtomicString&);
void checkInvalidCSSAttributeType(SVGElement*);