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

Unified Diff: Source/core/svg/SVGUnitTypes.h

Issue 478243002: bindings: Adds virtual ScriptWrappable::wrap method. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. Created 6 years, 4 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/SVGTransformTearOff.h ('k') | Source/core/svg/SVGUseElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGUnitTypes.h
diff --git a/Source/core/svg/SVGUnitTypes.h b/Source/core/svg/SVGUnitTypes.h
index 3e0dac5ff2763ea13d970e161886f9bd61b25b2c..fe8cbd6bef5cd5f9800e62a1956b9cf6c68ad9b8 100644
--- a/Source/core/svg/SVGUnitTypes.h
+++ b/Source/core/svg/SVGUnitTypes.h
@@ -27,6 +27,7 @@
namespace blink {
class SVGUnitTypes : public RefCounted<SVGUnitTypes>, public ScriptWrappable {
+ DEFINE_WRAPPERTYPEINFO();
public:
enum SVGUnitType {
SVG_UNIT_TYPE_UNKNOWN = 0,
@@ -37,8 +38,9 @@ public:
private:
SVGUnitTypes(); // No instantiation.
};
+
template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGUnitTypes::SVGUnitType>();
-}
+} // namespace blink
-#endif
+#endif // SVGUnitTypes_h
« no previous file with comments | « Source/core/svg/SVGTransformTearOff.h ('k') | Source/core/svg/SVGUseElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698