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

Unified Diff: Source/core/svg/SVGAnimatedPath.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/SVGAnimatedNumberOptionalNumber.cpp ('k') | Source/core/svg/SVGAnimatedPath.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGAnimatedPath.h
diff --git a/Source/core/svg/SVGAnimatedPath.h b/Source/core/svg/SVGAnimatedPath.h
index 6e03c58a50a17edb497524a00c9e3ab9626fec68..be3533f564df3c774c2859a196d2ed8bb8dba6c2 100644
--- a/Source/core/svg/SVGAnimatedPath.h
+++ b/Source/core/svg/SVGAnimatedPath.h
@@ -32,13 +32,13 @@
#define SVGAnimatedPath_h
#include "core/svg/SVGPathSegListTearOff.h"
-#include "core/svg/properties/NewSVGAnimatedProperty.h"
+#include "core/svg/properties/SVGAnimatedProperty.h"
namespace WebCore {
class SVGPathElement;
-class SVGAnimatedPath : public NewSVGAnimatedProperty<SVGPathSegList> {
+class SVGAnimatedPath : public SVGAnimatedProperty<SVGPathSegList> {
public:
virtual ~SVGAnimatedPath();
« no previous file with comments | « Source/core/svg/SVGAnimatedNumberOptionalNumber.cpp ('k') | Source/core/svg/SVGAnimatedPath.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698