Index: third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.idl |
diff --git a/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.idl b/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.idl |
index 1abaf8e3beed6b540afc201bc2fcd548b8992e2f..ab599597dd0cc40bd5d98a8e8125798b61b6c283 100644 |
--- a/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.idl |
+++ b/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.idl |
@@ -15,4 +15,6 @@ |
[CallWith=ScriptState, RaisesException] ImageBitmap transferToImageBitmap(); |
[MeasureAs=OffscreenCanvasConvertToBlob, RaisesException, CallWith=ScriptState] Promise<Blob> convertToBlob(optional ImageEncodeOptions options); |
+ |
+ // GetContext provided by modules/offscreencanvas/OffscreenCanvasModules.idl |
}; |