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

Unified Diff: Source/core/svg/SVGTransformListTearOff.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/SVGTransformList.cpp ('k') | Source/core/svg/SVGTransformListTearOff.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGTransformListTearOff.h
diff --git a/Source/core/svg/SVGTransformListTearOff.h b/Source/core/svg/SVGTransformListTearOff.h
index 5e723b2d5fa3fe96f32654ea4eb4d78dcd89d70a..c73eb85232eaa750f0924fb914ace66282d05616 100644
--- a/Source/core/svg/SVGTransformListTearOff.h
+++ b/Source/core/svg/SVGTransformListTearOff.h
@@ -33,12 +33,12 @@
#include "core/svg/SVGTransformList.h"
#include "core/svg/SVGTransformTearOff.h"
-#include "core/svg/properties/NewSVGListPropertyTearOffHelper.h"
+#include "core/svg/properties/SVGListPropertyTearOffHelper.h"
namespace WebCore {
class SVGTransformListTearOff FINAL :
- public NewSVGListPropertyTearOffHelper<SVGTransformListTearOff, SVGTransformList>,
+ public SVGListPropertyTearOffHelper<SVGTransformListTearOff, SVGTransformList>,
public ScriptWrappable {
public:
static PassRefPtr<SVGTransformListTearOff> create(PassRefPtr<SVGTransformList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = nullQName())
« no previous file with comments | « Source/core/svg/SVGTransformList.cpp ('k') | Source/core/svg/SVGTransformListTearOff.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698