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

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

Issue 208133002: [SVG] Remove "New" prefix from properties implementation. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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/SVGAngleTearOff.cpp ('k') | Source/core/svg/SVGAnimateElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGAnimateElement.h
diff --git a/Source/core/svg/SVGAnimateElement.h b/Source/core/svg/SVGAnimateElement.h
index bb79d7102404f43e20f6ec6371256cc5844d0225..40375c36d3d6c628ba0dbef1843840e5d3d13526 100644
--- a/Source/core/svg/SVGAnimateElement.h
+++ b/Source/core/svg/SVGAnimateElement.h
@@ -63,10 +63,10 @@ private:
virtual bool hasValidAttributeType() OVERRIDE;
- RefPtr<NewSVGPropertyBase> m_fromProperty;
- RefPtr<NewSVGPropertyBase> m_toProperty;
- RefPtr<NewSVGPropertyBase> m_toAtEndOfDurationProperty;
- RefPtr<NewSVGPropertyBase> m_animatedProperty;
+ RefPtr<SVGPropertyBase> m_fromProperty;
+ RefPtr<SVGPropertyBase> m_toProperty;
+ RefPtr<SVGPropertyBase> m_toAtEndOfDurationProperty;
+ RefPtr<SVGPropertyBase> m_animatedProperty;
Vector<SVGElement*> m_animatedElements;
OwnPtr<SVGAnimatedTypeAnimator> m_animator;
« no previous file with comments | « Source/core/svg/SVGAngleTearOff.cpp ('k') | Source/core/svg/SVGAnimateElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698