Index: third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.cpp |
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.cpp b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.cpp |
index d02bedd3afff090ad86dd89b426c4e385da230c9..766467c7506bea9a42cdb83db35ae9ec06f1dbf7 100644 |
--- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.cpp |
+++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.cpp |
@@ -163,8 +163,7 @@ void WebGLRenderingContext::setOffscreenCanvasGetContextResult( |
result.setWebGLRenderingContext(this); |
} |
-ImageBitmap* WebGLRenderingContext::transferToImageBitmap( |
- ExceptionState& exceptionState) { |
+ImageBitmap* WebGLRenderingContext::transferToImageBitmap() { |
return transferToImageBitmapBase(); |
} |