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

Unified Diff: Source/core/svg/SVGPreserveAspectRatioTearOff.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/SVGPreserveAspectRatio.cpp ('k') | Source/core/svg/SVGPreserveAspectRatioTearOff.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGPreserveAspectRatioTearOff.h
diff --git a/Source/core/svg/SVGPreserveAspectRatioTearOff.h b/Source/core/svg/SVGPreserveAspectRatioTearOff.h
index ab8247c736e51fe093777cd8a68731a3d6116436..9a1036e2d29575e9b764b999d7bf3f44f8fe05bb 100644
--- a/Source/core/svg/SVGPreserveAspectRatioTearOff.h
+++ b/Source/core/svg/SVGPreserveAspectRatioTearOff.h
@@ -33,11 +33,11 @@
#include "bindings/v8/ScriptWrappable.h"
#include "core/svg/SVGPreserveAspectRatio.h"
-#include "core/svg/properties/NewSVGPropertyTearOff.h"
+#include "core/svg/properties/SVGPropertyTearOff.h"
namespace WebCore {
-class SVGPreserveAspectRatioTearOff FINAL : public NewSVGPropertyTearOff<SVGPreserveAspectRatio>, public ScriptWrappable {
+class SVGPreserveAspectRatioTearOff FINAL : public SVGPropertyTearOff<SVGPreserveAspectRatio>, public ScriptWrappable {
public:
enum {
SVG_PRESERVEASPECTRATIO_UNKNOWN = SVGPreserveAspectRatio::SVG_PRESERVEASPECTRATIO_UNKNOWN,
« no previous file with comments | « Source/core/svg/SVGPreserveAspectRatio.cpp ('k') | Source/core/svg/SVGPreserveAspectRatioTearOff.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698