| Index: Source/core/svg/properties/SVGAnimatedProperty.h
|
| diff --git a/Source/core/svg/properties/SVGAnimatedProperty.h b/Source/core/svg/properties/SVGAnimatedProperty.h
|
| index 92d0c9db2d8b9c12cca98ba7a1a8f755db570ddb..3e8913b9cb4e5a47e00edb03773cc6337ad2d6a8 100644
|
| --- a/Source/core/svg/properties/SVGAnimatedProperty.h
|
| +++ b/Source/core/svg/properties/SVGAnimatedProperty.h
|
| @@ -52,7 +52,6 @@ public:
|
| virtual SVGPropertyBase* currentValueBase() = 0;
|
| virtual bool isAnimating() const = 0;
|
|
|
| - virtual void animationStarted();
|
| virtual PassRefPtr<SVGPropertyBase> createAnimatedValue() = 0;
|
| virtual void setAnimatedValue(PassRefPtr<SVGPropertyBase>) = 0;
|
| virtual void animationEnded();
|
|
|