| Index: Source/core/svg/SVGAnimationElement.h
|
| diff --git a/Source/core/svg/SVGAnimationElement.h b/Source/core/svg/SVGAnimationElement.h
|
| index bec165a6e7b609cf185df191b8afad1f91c48356..97c586fd694a1b593f06e071b91e7a6d4f429fcb 100644
|
| --- a/Source/core/svg/SVGAnimationElement.h
|
| +++ b/Source/core/svg/SVGAnimationElement.h
|
| @@ -196,6 +196,8 @@ protected:
|
|
|
| virtual void setTargetElement(SVGElement*) OVERRIDE;
|
| virtual void setAttributeName(const QualifiedName&) OVERRIDE;
|
| + AnimatedPropertyType determineAnimatedPropertyType() const;
|
| +
|
| bool hasInvalidCSSAttributeType() const { return m_hasInvalidCSSAttributeType; }
|
|
|
| virtual void updateAnimationMode();
|
|
|