| Index: third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.idl
|
| diff --git a/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.idl b/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.idl
|
| index faa2362325d676f67ed9b412a0251ef49d1ac098..88f5c5bf562c3bf728a843938ef12ea1709d4ef6 100644
|
| --- a/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.idl
|
| +++ b/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.idl
|
| @@ -6,6 +6,7 @@
|
| Constructor([EnforceRange] unsigned long width, [EnforceRange] unsigned long height),
|
| Exposed=(Window,Worker),
|
| RuntimeEnabled=ExperimentalCanvasFeatures,
|
| + MeasureAs=OffscreenCanvas,
|
| ] interface OffscreenCanvas {
|
| [RaisesException=Setter, EnforceRange] attribute unsigned long width;
|
| [RaisesException=Setter, EnforceRange] attribute unsigned long height;
|
|
|