| Index: third_party/WebKit/Source/core/html/HTMLVideoElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLVideoElement.h b/third_party/WebKit/Source/core/html/HTMLVideoElement.h
|
| index bc7e7faea680dbf4a3e4d82c1843dac4ecfdaab3..e1bd9f4a217847760fdb2916b61d174272dae826 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLVideoElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLVideoElement.h
|
| @@ -85,6 +85,7 @@ class CORE_EXPORT HTMLVideoElement final : public HTMLMediaElement,
|
| bool TexImageImpl(WebMediaPlayer::TexImageFunctionID,
|
| GLenum target,
|
| gpu::gles2::GLES2Interface*,
|
| + GLuint texture,
|
| GLint level,
|
| GLint internalformat,
|
| GLenum format,
|
|
|