Index: third_party/WebKit/Source/modules/offscreencanvas/OffscreenCanvas.idl |
diff --git a/third_party/WebKit/Source/modules/offscreencanvas/OffscreenCanvas.idl b/third_party/WebKit/Source/modules/offscreencanvas/OffscreenCanvas.idl |
index b1436b0a5c5f0442a648cbee0435fa5b037d9016..91a95a4817b2334b70f97c002641665824fd2bd3 100644 |
--- a/third_party/WebKit/Source/modules/offscreencanvas/OffscreenCanvas.idl |
+++ b/third_party/WebKit/Source/modules/offscreencanvas/OffscreenCanvas.idl |
@@ -15,5 +15,6 @@ typedef OffscreenCanvasRenderingContext2D OffscreenRenderingContext; |
[EnforceRange] attribute unsigned long width; |
[EnforceRange] attribute unsigned long height; |
- OffscreenRenderingContext? getContext(DOMString contextId, optional CanvasContextCreationAttributes attributes); |
+ OffscreenRenderingContext? getContext(DOMString contextId, optional CanvasContextCreationAttributes attributes); |
+ [RaisesException] ImageBitmap transferToImageBitmap(); |
}; |