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

Unified Diff: Source/core/svg/SVGRenderingIntent.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
Index: Source/core/svg/SVGRenderingIntent.h
diff --git a/Source/core/svg/SVGRenderingIntent.h b/Source/core/svg/SVGRenderingIntent.h
index c2d6969a79efd2b676b7fed68a8928d70e36973a..e934a18197d6e9c0bc31486b039d1bd2214003e3 100644
--- a/Source/core/svg/SVGRenderingIntent.h
+++ b/Source/core/svg/SVGRenderingIntent.h
@@ -26,6 +26,7 @@
namespace blink {
class SVGRenderingIntent : public RefCounted<SVGRenderingIntent>, public ScriptWrappable {
+ DEFINE_WRAPPERTYPEINFO();
public:
enum SVGRenderingIntentType {
RENDERING_INTENT_UNKNOWN = 0,

Powered by Google App Engine
This is Rietveld 408576698