| Index: third_party/WebKit/Source/core/html/canvas/OffScreenCanvas.idl
|
| diff --git a/third_party/WebKit/Source/core/html/canvas/OffScreenCanvas.idl b/third_party/WebKit/Source/core/html/canvas/OffScreenCanvas.idl
|
| index 32afa8a9f4dfb299f5cab494bc75e7ade5605ff9..bfa5acc5cf69d45b7a140bcfc34863ee1d0a9f40 100644
|
| --- a/third_party/WebKit/Source/core/html/canvas/OffScreenCanvas.idl
|
| +++ b/third_party/WebKit/Source/core/html/canvas/OffScreenCanvas.idl
|
| @@ -5,6 +5,7 @@
|
| [
|
| Constructor([EnforceRange] unsigned long width, [EnforceRange] unsigned long height),
|
| GarbageCollected,
|
| + Exposed=(Window,Worker),
|
| RuntimeEnabled=ExperimentalCanvasFeatures,
|
| ] interface OffScreenCanvas {
|
| [EnforceRange] attribute unsigned long width;
|
|
|