Chromium Code Reviews| Index: third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.idl |
| diff --git a/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.idl b/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.idl |
| index 13ace66a4b649cb54e21e76ecef44b436ed94bed..dbba257b2b06159b2a445319c37afba3e0ef77d0 100644 |
| --- a/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.idl |
| +++ b/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.idl |
| @@ -35,6 +35,7 @@ typedef (HTMLImageElement or |
| HTMLCanvasElement or |
| Blob or |
| ImageData or |
| + Float32ImageData or |
|
Justin Novosad
2016/12/16 18:38:11
I don't see any tests for using Float32ImageData a
zakerinasab1
2016/12/19 19:57:39
Done.
|
| ImageBitmap or |
| OffscreenCanvas) ImageBitmapSource; |