Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1470)

Unified Diff: Source/core/svg/SVGAnimatedNewPropertyAnimator.h

Issue 112003003: [SVG] SVGLength{,List} migration to new SVG property impl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: revert aggressive svgAttributeChanged, add NeedsRebaseline Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/svg/SVGAnimatedLengthList.cpp ('k') | Source/core/svg/SVGAnimatedNewPropertyAnimator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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&);
« no previous file with comments | « Source/core/svg/SVGAnimatedLengthList.cpp ('k') | Source/core/svg/SVGAnimatedNewPropertyAnimator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698