| 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 2e0c661eec8671d1214bf8833f8283f5ae31887f..9e72c90f40580987ddbadfe8a629869f4eed046d 100644
|
| --- a/mojo/gpu/mojo_gles2_impl_autogen.cc
|
| +++ b/mojo/gpu/mojo_gles2_impl_autogen.cc
|
| @@ -1928,10 +1928,10 @@ GLint MojoGLES2Impl::GetFragDataIndexEXT(GLuint program, const char* name) {
|
| void MojoGLES2Impl::UniformMatrix4fvStreamTextureMatrixCHROMIUM(
|
| GLint location,
|
| GLboolean transpose,
|
| - const GLfloat* default_value) {
|
| + const GLfloat* post_transform) {
|
| MojoGLES2MakeCurrent(context_);
|
| glUniformMatrix4fvStreamTextureMatrixCHROMIUM(location, transpose,
|
| - default_value);
|
| + post_transform);
|
| }
|
|
|
| } // namespace mojo
|
|
|