| Index: third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp
|
| index ec15a081adb5c3d04c009940ab34266731150668..ee396ee37faa6b30c705e8b79262bbdb14e0acef 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp
|
| @@ -102,8 +102,7 @@ void WebGL2RenderingContext::setOffscreenCanvasGetContextResult(
|
| result.setWebGL2RenderingContext(this);
|
| }
|
|
|
| -ImageBitmap* WebGL2RenderingContext::transferToImageBitmap(
|
| - ExceptionState& exceptionState) {
|
| +ImageBitmap* WebGL2RenderingContext::transferToImageBitmap() {
|
| NOTIMPLEMENTED();
|
| return nullptr;
|
| }
|
|
|