Index: third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.h |
diff --git a/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.h b/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.h |
index 14bc8c8fd9aa522d2d4fb140dc1a1841eee5e66a..ccedfa6f9b00b0425652673aad9e6c60a3b1df73 100644 |
--- a/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.h |
+++ b/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.h |
@@ -41,7 +41,7 @@ class CORE_EXPORT OffscreenCanvas final |
void setHeight(unsigned, ExceptionState&); |
// API Methods |
- ImageBitmap* transferToImageBitmap(ExceptionState&); |
+ ImageBitmap* transferToImageBitmap(ScriptState*, ExceptionState&); |
ScriptPromise convertToBlob(ScriptState*, |
const ImageEncodeOptions&, |
ExceptionState&); |