| 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 1b88f0290299973349be43360289eac21a96dced..b3639aae01d0e737ecf82f4844596a88b79a11da 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()
|
|
|