Index: mojo/gpu/mojo_gles2_impl_autogen.h |
diff --git a/mojo/gpu/mojo_gles2_impl_autogen.h b/mojo/gpu/mojo_gles2_impl_autogen.h |
index 43f1c9c98a3b39b7e0dd664bfe8e0516dd0a964a..abeeba9637f5c63f4cf9a96753dafe24fc8b63e3 100644 |
--- a/mojo/gpu/mojo_gles2_impl_autogen.h |
+++ b/mojo/gpu/mojo_gles2_impl_autogen.h |
@@ -668,7 +668,11 @@ class MojoGLES2Impl : public gpu::gles2::GLES2Interface { |
GLsizei bufsize, |
GLsizei* size, |
void* info) override; |
- GLuint CreateStreamTextureCHROMIUM(GLuint texture) override; |
+ GLint CreateStreamTextureCHROMIUM(GLuint texture) override; |
+ void SetStreamTextureSizeCHROMIUM(GLuint texture, |
+ GLint stream_id, |
+ GLsizei width, |
+ GLsizei height) override; |
GLuint CreateImageCHROMIUM(ClientBuffer buffer, |
GLsizei width, |
GLsizei height, |