| 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 6e54b450e8411993430c4aaa0b2308d1c051c044..493d681773d8536374e5fda3a4c77557a1b665c3 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.cpp
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.cpp
|
| @@ -148,8 +148,7 @@ void WebGLRenderingContext::setOffscreenCanvasGetContextResult(OffscreenRenderin
|
|
|
| ImageBitmap* WebGLRenderingContext::transferToImageBitmap(ExceptionState& exceptionState)
|
| {
|
| - NOTIMPLEMENTED();
|
| - return nullptr;
|
| + return transferToImageBitmapBase();
|
| }
|
|
|
| void WebGLRenderingContext::registerContextExtensions()
|
|
|