| 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 22016bdb005638a8c39c3a277d44ca266472a19f..5a36c8bb4374caf818ac2d9fda2ab96761af64ec 100644
|
| --- a/gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| @@ -652,10 +652,10 @@ void GLES2ConsumeTextureCHROMIUM(GLenum target, const GLbyte* mailbox) {
|
| gles2::GetGLContext()->ConsumeTextureCHROMIUM(target, mailbox);
|
| }
|
| void GLES2GetUniformLocationsCHROMIUM(
|
| - const GLUniformDefinitionCHROMIUM* uniforms, GLsizei count,
|
| + GLuint program, const GLUniformDefinitionCHROMIUM* uniforms, GLsizei count,
|
| GLsizei max_locations, GLint* locations) {
|
| gles2::GetGLContext()->GetUniformLocationsCHROMIUM(
|
| - uniforms, count, max_locations, locations);
|
| + program, uniforms, count, max_locations, locations);
|
| }
|
|
|
| #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_
|
|
|