| Index: gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_c_lib_autogen.h b/gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| index 67f1e055def71ca49ceb48196c96f189df3d4456..2bb0fe7951e27d49b1b545e3b243e6bb378753d5 100644
|
| --- a/gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| @@ -1718,9 +1718,9 @@ GLint GL_APIENTRY GLES2GetFragDataIndexEXT(GLuint program, const char* name) {
|
| void GL_APIENTRY
|
| GLES2UniformMatrix4fvStreamTextureMatrixCHROMIUM(GLint location,
|
| GLboolean transpose,
|
| - const GLfloat* default_value) {
|
| + const GLfloat* transform) {
|
| gles2::GetGLContext()->UniformMatrix4fvStreamTextureMatrixCHROMIUM(
|
| - location, transpose, default_value);
|
| + location, transpose, transform);
|
| }
|
|
|
| namespace gles2 {
|
|
|