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

Unified Diff: Source/core/svg/SVGAnimatedAngle.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/SVGAnimateElement.cpp ('k') | Source/core/svg/SVGAnimatedAngle.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGAnimatedAngle.h
diff --git a/Source/core/svg/SVGAnimatedAngle.h b/Source/core/svg/SVGAnimatedAngle.h
index 72e4c3c5c95b0d39813edcb6e6c77d60091a09a9..affea4a98d9bf5056d39a2c7b495030506505d82 100644
--- a/Source/core/svg/SVGAnimatedAngle.h
+++ b/Source/core/svg/SVGAnimatedAngle.h
@@ -38,7 +38,7 @@ namespace WebCore {
class SVGMarkerElement;
-class SVGAnimatedAngle FINAL : public NewSVGAnimatedProperty<SVGAngle> {
+class SVGAnimatedAngle FINAL : public SVGAnimatedProperty<SVGAngle> {
public:
static PassRefPtr<SVGAnimatedAngle> create(SVGMarkerElement* contextElement)
{
@@ -49,12 +49,12 @@ public:
SVGAnimatedEnumeration<SVGMarkerOrientType>* orientType() { return m_orientType.get(); }
- // NewSVGAnimatedPropertyBase:
+ // SVGAnimatedPropertyBase:
virtual void synchronizeAttribute() OVERRIDE;
virtual void animationStarted() OVERRIDE;
- virtual void setAnimatedValue(PassRefPtr<NewSVGPropertyBase>) OVERRIDE;
+ virtual void setAnimatedValue(PassRefPtr<SVGPropertyBase>) OVERRIDE;
virtual void animationEnded() OVERRIDE;
protected:
« no previous file with comments | « Source/core/svg/SVGAnimateElement.cpp ('k') | Source/core/svg/SVGAnimatedAngle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698