Index: third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h |
diff --git a/third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h b/third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h |
index 610292b8f9572d63cd32118874f616de2d46e58f..62d8965dc3348850c748b69531a67d7ae57fa864 100644 |
--- a/third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h |
+++ b/third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h |
@@ -153,7 +153,11 @@ VISIT_GL_CALL(GetProgramInfoCHROMIUM, |
void, |
(GLuint program, GLsizei bufsize, GLsizei* size, void* info), |
(program, bufsize, size, info)) |
-VISIT_GL_CALL(CreateStreamTextureCHROMIUM, GLuint, (GLuint texture), (texture)) |
+VISIT_GL_CALL(CreateStreamTextureCHROMIUM, GLint, (GLuint texture), (texture)) |
+VISIT_GL_CALL(SetStreamTextureSizeCHROMIUM, |
+ void, |
+ (GLuint texture, GLint stream_id, GLsizei width, GLsizei height), |
+ (texture, stream_id, width, height)) |
VISIT_GL_CALL( |
CreateImageCHROMIUM, |
GLuint, |