| 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 d40c34927344ba51453e5a70849e61da0fc678b3..2b912b478970b4ac6337e278e54d65016d75c0d5 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp
|
| @@ -148,8 +148,7 @@ void WebGL2RenderingContext::SetOffscreenCanvasGetContextResult(
|
|
|
| ImageBitmap* WebGL2RenderingContext::TransferToImageBitmap(
|
| ScriptState* script_state) {
|
| - NOTIMPLEMENTED();
|
| - return nullptr;
|
| + return TransferToImageBitmapBase(script_state);
|
| }
|
|
|
| void WebGL2RenderingContext::RegisterContextExtensions() {
|
|
|