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

Unified Diff: Source/core/svg/SVGTransformTearOff.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/SVGTransformListTearOff.cpp ('k') | Source/core/svg/SVGTransformTearOff.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGTransformTearOff.h
diff --git a/Source/core/svg/SVGTransformTearOff.h b/Source/core/svg/SVGTransformTearOff.h
index 9ea0ba16ad833a7862561f5b0ca333e06f481465..9f38b80731dd0fa9fde8d83c12954c45abccef84 100644
--- a/Source/core/svg/SVGTransformTearOff.h
+++ b/Source/core/svg/SVGTransformTearOff.h
@@ -34,13 +34,13 @@
#include "bindings/v8/ScriptWrappable.h"
#include "core/svg/SVGMatrixTearOff.h"
#include "core/svg/SVGTransform.h"
-#include "core/svg/properties/NewSVGPropertyTearOff.h"
+#include "core/svg/properties/SVGPropertyTearOff.h"
namespace WebCore {
class SVGMatrix;
-class SVGTransformTearOff FINAL : public NewSVGPropertyTearOff<SVGTransform>, public ScriptWrappable {
+class SVGTransformTearOff FINAL : public SVGPropertyTearOff<SVGTransform>, public ScriptWrappable {
public:
enum SVGTransformType {
SVG_TRANSFORM_UNKNOWN = WebCore::SVG_TRANSFORM_UNKNOWN,
« no previous file with comments | « Source/core/svg/SVGTransformListTearOff.cpp ('k') | Source/core/svg/SVGTransformTearOff.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698