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

Unified Diff: Source/core/svg/properties/SVGListPropertyTearOffHelper.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/properties/SVGListPropertyHelper.h ('k') | Source/core/svg/properties/SVGProperty.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/properties/SVGListPropertyTearOffHelper.h
diff --git a/Source/core/svg/properties/NewSVGListPropertyTearOffHelper.h b/Source/core/svg/properties/SVGListPropertyTearOffHelper.h
similarity index 93%
rename from Source/core/svg/properties/NewSVGListPropertyTearOffHelper.h
rename to Source/core/svg/properties/SVGListPropertyTearOffHelper.h
index 1cdc50cea5e8f26762b293bdb28c98a15d1d491a..8c6e6bc81e676b26367957a791e23304dfdd93b5 100644
--- a/Source/core/svg/properties/NewSVGListPropertyTearOffHelper.h
+++ b/Source/core/svg/properties/SVGListPropertyTearOffHelper.h
@@ -28,11 +28,11 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef NewSVGListPropertyTearOffHelper_h
-#define NewSVGListPropertyTearOffHelper_h
+#ifndef SVGListPropertyTearOffHelper_h
+#define SVGListPropertyTearOffHelper_h
#include "bindings/v8/ExceptionState.h"
-#include "core/svg/properties/NewSVGPropertyTearOff.h"
+#include "core/svg/properties/SVGPropertyTearOff.h"
#include "wtf/HashMap.h"
#include "wtf/TypeTraits.h"
@@ -71,7 +71,7 @@ public:
};
template<typename Derived, typename ListProperty>
-class NewSVGListPropertyTearOffHelper : public NewSVGPropertyTearOff<ListProperty> {
+class SVGListPropertyTearOffHelper : public SVGPropertyTearOff<ListProperty> {
public:
typedef ListProperty ListPropertyType;
typedef typename ListPropertyType::ItemPropertyType ItemPropertyType;
@@ -197,8 +197,8 @@ public:
}
protected:
- NewSVGListPropertyTearOffHelper(PassRefPtr<ListPropertyType> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = nullQName())
- : NewSVGPropertyTearOff<ListPropertyType>(target, contextElement, propertyIsAnimVal, attributeName)
+ SVGListPropertyTearOffHelper(PassRefPtr<ListPropertyType> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = nullQName())
+ : SVGPropertyTearOff<ListPropertyType>(target, contextElement, propertyIsAnimVal, attributeName)
{
}
@@ -221,4 +221,4 @@ private:
}
-#endif // NewSVGListPropertyTearOffHelper_h
+#endif // SVGListPropertyTearOffHelper_h
« no previous file with comments | « Source/core/svg/properties/SVGListPropertyHelper.h ('k') | Source/core/svg/properties/SVGProperty.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698