| Index: third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
|
| index a77833a89d4f817d915f84c4876d45f13cfac1e5..69daa79df6ff2f3a7ad284ae5dc29d6151fb96e7 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
|
| @@ -5305,7 +5305,7 @@ void WebGLRenderingContextBase::TexImageHelperHTMLVideoElement(
|
| this, unpack_flip_y_ || unpack_premultiply_alpha_);
|
| if (video->TexImageImpl(
|
| static_cast<WebMediaPlayer::TexImageFunctionID>(function_id),
|
| - target, ContextGL(), level,
|
| + target, ContextGL(), texture->Object(), level,
|
| ConvertTexInternalFormat(internalformat, type), format, type,
|
| xoffset, yoffset, zoffset, unpack_flip_y_,
|
| unpack_premultiply_alpha_ &&
|
|
|