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

Unified Diff: Source/core/svg/SVGNumberTearOff.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/SVGNumberOptionalNumber.cpp ('k') | Source/core/svg/SVGNumberTearOff.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGNumberTearOff.h
diff --git a/Source/core/svg/SVGNumberTearOff.h b/Source/core/svg/SVGNumberTearOff.h
index 69cff2729ee194bf32bf9915e36db0a4b222e6a7..d501835089f6789e67b9ddd438915b51828511ba 100644
--- a/Source/core/svg/SVGNumberTearOff.h
+++ b/Source/core/svg/SVGNumberTearOff.h
@@ -33,13 +33,13 @@
#include "bindings/v8/ScriptWrappable.h"
#include "core/svg/SVGNumber.h"
-#include "core/svg/properties/NewSVGPropertyTearOff.h"
+#include "core/svg/properties/SVGPropertyTearOff.h"
namespace WebCore {
class SVGMatrix;
-class SVGNumberTearOff : public NewSVGPropertyTearOff<SVGNumber>, public ScriptWrappable {
+class SVGNumberTearOff : public SVGPropertyTearOff<SVGNumber>, public ScriptWrappable {
public:
static PassRefPtr<SVGNumberTearOff> create(PassRefPtr<SVGNumber> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = nullQName())
{
« no previous file with comments | « Source/core/svg/SVGNumberOptionalNumber.cpp ('k') | Source/core/svg/SVGNumberTearOff.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698