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 60957a197799bcf24886ad87c304cef6a9bc4276..a5db8d767583f3e5f85389b3de66435bec06efc6 100644 |
--- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp |
+++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp |
@@ -5261,7 +5261,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_ && |