| 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,
|
|
|