Chromium Code Reviews| Index: Source/modules/imagebitmap/ImageBitmapFactories.idl |
| diff --git a/Source/modules/imagebitmap/ImageBitmapFactories.idl b/Source/modules/imagebitmap/ImageBitmapFactories.idl |
| index 83a4e681554d880f9eea69296c5f6041beff2a79..3fdea03672e6703a0ffdbcad1408c208cbe6bdbb 100644 |
| --- a/Source/modules/imagebitmap/ImageBitmapFactories.idl |
| +++ b/Source/modules/imagebitmap/ImageBitmapFactories.idl |
| @@ -55,3 +55,7 @@ typedef (// HTMLImageElement or |
| [RaisesException] Promise createImageBitmap(ImageBitmap bitmap); |
| [RaisesException] Promise createImageBitmap(ImageBitmap bitmap, long sx, long sy, long sw, long sh); |
| }; |
| + |
| +Window implements ImageBitmapFactories; |
|
Inactive
2014/05/07 20:08:07
We might want to move *all* the 'implements' state
c.shu
2014/05/07 20:14:29
We may have to support both as there could be case
Inactive
2014/05/07 20:21:10
Right, I looked out of curiosity and we have at le
|
| +WorkerGlobalScope implements ImageBitmapFactories; |
| + |