| Index: mojo/gpu/mojo_gles2_impl_autogen.cc
|
| diff --git a/mojo/gpu/mojo_gles2_impl_autogen.cc b/mojo/gpu/mojo_gles2_impl_autogen.cc
|
| index 2413ba867d7635edb76e8d87fc12b20023e3858b..0e58f739e2cd00415a11d5e90d361fd049ae0141 100644
|
| --- a/mojo/gpu/mojo_gles2_impl_autogen.cc
|
| +++ b/mojo/gpu/mojo_gles2_impl_autogen.cc
|
| @@ -1447,10 +1447,6 @@ void MojoGLES2Impl::GetUniformsES3CHROMIUM(GLuint program,
|
| void* info) {
|
| NOTREACHED() << "Unimplemented GetUniformsES3CHROMIUM.";
|
| }
|
| -GLuint MojoGLES2Impl::CreateStreamTextureCHROMIUM(GLuint texture) {
|
| - MojoGLES2MakeCurrent(context_);
|
| - return glCreateStreamTextureCHROMIUM(texture);
|
| -}
|
| GLuint MojoGLES2Impl::CreateImageCHROMIUM(ClientBuffer buffer,
|
| GLsizei width,
|
| GLsizei height,
|
|
|