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 fd5341cfd763568b02ab1f3473aebbc8593b9a38..942d4e331667458870d76e73ccf66bf316e9a2f8 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 |
| ImageBitmap) ImageBitmapSource; |
| [ |