| Index: Source/core/html/canvas/Canvas2DContextAttributes.h
|
| diff --git a/Source/core/html/canvas/Canvas2DContextAttributes.h b/Source/core/html/canvas/Canvas2DContextAttributes.h
|
| index 1f70732f4073f3508c21b039206b809acb47b0a1..f098f66651c3f1bbc647963e2acc805850e79b7c 100644
|
| --- a/Source/core/html/canvas/Canvas2DContextAttributes.h
|
| +++ b/Source/core/html/canvas/Canvas2DContextAttributes.h
|
| @@ -40,6 +40,7 @@ enum Canvas2DContextStorage {
|
|
|
| class Canvas2DContextAttributes : public CanvasContextAttributes, public ScriptWrappable {
|
| DECLARE_EMPTY_VIRTUAL_DESTRUCTOR_WILL_BE_REMOVED(Canvas2DContextAttributes);
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| // Create a new attributes object
|
| static PassRefPtrWillBeRawPtr<Canvas2DContextAttributes> create();
|
|
|