| 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 453f9e2e5bbe632c25867960f738f1be20ae41d5..09a0d38278cb1d86d3fd2951347916384864b335 100644
|
| --- a/mojo/gpu/mojo_gles2_impl_autogen.cc
|
| +++ b/mojo/gpu/mojo_gles2_impl_autogen.cc
|
| @@ -1921,5 +1921,13 @@ GLint MojoGLES2Impl::GetFragDataIndexEXT(GLuint program, const char* name) {
|
| MojoGLES2MakeCurrent(context_);
|
| return glGetFragDataIndexEXT(program, name);
|
| }
|
| +void MojoGLES2Impl::UniformMatrix4fvStreamTextureMatrixCHROMIUM(
|
| + GLint location,
|
| + GLboolean transpose,
|
| + const GLfloat* default_value) {
|
| + MojoGLES2MakeCurrent(context_);
|
| + glUniformMatrix4fvStreamTextureMatrixCHROMIUM(location, transpose,
|
| + default_value);
|
| +}
|
|
|
| } // namespace mojo
|
|
|