Index: Source/core/svg/SVGAnimatedNewPropertyAnimator.h |
diff --git a/Source/core/svg/SVGAnimatedNewPropertyAnimator.h b/Source/core/svg/SVGAnimatedNewPropertyAnimator.h |
index 484babd68d75d4efcb35eba18044f57d7fdb9be4..45d05072a52e53afc707e7674846b04b18911fe8 100644 |
--- a/Source/core/svg/SVGAnimatedNewPropertyAnimator.h |
+++ b/Source/core/svg/SVGAnimatedNewPropertyAnimator.h |
@@ -46,17 +46,17 @@ public: |
PassRefPtr<NewSVGPropertyBase> createPropertyForAnimation(const String&); |
// SVGAnimatedTypeAnimator: |
- virtual PassOwnPtr<SVGAnimatedType> constructFromString(const String&); |
+ virtual PassOwnPtr<SVGAnimatedType> constructFromString(const String&) OVERRIDE; |
- virtual PassOwnPtr<SVGAnimatedType> startAnimValAnimation(const SVGElementAnimatedPropertyList&); |
- virtual void stopAnimValAnimation(const SVGElementAnimatedPropertyList&); |
- virtual void resetAnimValToBaseVal(const SVGElementAnimatedPropertyList&, SVGAnimatedType*); |
- virtual void animValWillChange(const SVGElementAnimatedPropertyList&); |
- virtual void animValDidChange(const SVGElementAnimatedPropertyList&); |
- virtual void addAnimatedTypes(SVGAnimatedType*, SVGAnimatedType*); |
+ virtual PassOwnPtr<SVGAnimatedType> startAnimValAnimation(const SVGElementAnimatedPropertyList&) OVERRIDE; |
+ virtual void stopAnimValAnimation(const SVGElementAnimatedPropertyList&) OVERRIDE; |
+ virtual void resetAnimValToBaseVal(const SVGElementAnimatedPropertyList&, SVGAnimatedType*) OVERRIDE; |
+ virtual void animValWillChange(const SVGElementAnimatedPropertyList&) OVERRIDE; |
+ virtual void animValDidChange(const SVGElementAnimatedPropertyList&) OVERRIDE; |
+ virtual void addAnimatedTypes(SVGAnimatedType*, SVGAnimatedType*) OVERRIDE; |
- virtual void calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType*, SVGAnimatedType*, SVGAnimatedType*, SVGAnimatedType*); |
- virtual float calculateDistance(const String& fromString, const String& toString); |
+ virtual void calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType*, SVGAnimatedType*, SVGAnimatedType*, SVGAnimatedType*) OVERRIDE; |
+ virtual float calculateDistance(const String& fromString, const String& toString) OVERRIDE; |
private: |
PassRefPtr<NewSVGPropertyBase> resetAnimation(const SVGElementAnimatedPropertyList&); |