Index: third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.idl |
diff --git a/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.idl b/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.idl |
index 3689a4177f40dd18aca73c3463df40c769475f54..33a62fff127318efdd7aa51bb96177d7a6d1fc3c 100644 |
--- a/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.idl |
+++ b/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.idl |
@@ -9,5 +9,5 @@ |
// back-reference to the canvas |
readonly attribute HTMLCanvasElement canvas; |
- void transferFromImageBitmap(ImageBitmap bitmap); |
+ void transferFromImageBitmap([EnforceRange] ImageBitmap? bitmap); |
Justin Novosad
2016/08/16 19:38:55
Why EnforceRange? I don't even understand what th
zakerinasab
2016/08/16 20:34:49
Corrected.
|
}; |