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

Unified Diff: Source/core/svg/properties/NewSVGProperty.h

Issue 112003003: [SVG] SVGLength{,List} migration to new SVG property impl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: revert aggressive svgAttributeChanged, add NeedsRebaseline Created 6 years, 11 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
Index: Source/core/svg/properties/NewSVGProperty.h
diff --git a/Source/core/svg/properties/NewSVGProperty.h b/Source/core/svg/properties/NewSVGProperty.h
index a3ee3c6e9a4afacb940b5b8c02daf1ff5cad796d..eaf4fe222b7e02ce84a319f8131ac6cc80e9c6fd 100644
--- a/Source/core/svg/properties/NewSVGProperty.h
+++ b/Source/core/svg/properties/NewSVGProperty.h
@@ -66,7 +66,7 @@ public:
}
protected:
- NewSVGPropertyBase(AnimatedPropertyType type)
+ explicit NewSVGPropertyBase(AnimatedPropertyType type)
: m_type(type)
{
}
« no previous file with comments | « Source/core/svg/properties/NewSVGListPropertyTearOffHelper.h ('k') | Source/core/svg/properties/NewSVGPropertyTearOff.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698