| 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 5a36c8bb4374caf818ac2d9fda2ab96761af64ec..760c850039c30068a8521c61000cea1c7c2ec308 100644
|
| --- a/gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| @@ -651,11 +651,9 @@ void GLES2ProduceTextureCHROMIUM(GLenum target, const GLbyte* mailbox) {
|
| void GLES2ConsumeTextureCHROMIUM(GLenum target, const GLbyte* mailbox) {
|
| gles2::GetGLContext()->ConsumeTextureCHROMIUM(target, mailbox);
|
| }
|
| -void GLES2GetUniformLocationsCHROMIUM(
|
| - GLuint program, const GLUniformDefinitionCHROMIUM* uniforms, GLsizei count,
|
| - GLsizei max_locations, GLint* locations) {
|
| - gles2::GetGLContext()->GetUniformLocationsCHROMIUM(
|
| - program, uniforms, count, max_locations, locations);
|
| +void GLES2BindUniformLocationCHROMIUM(
|
| + GLuint program, GLint location, const char* name) {
|
| + gles2::GetGLContext()->BindUniformLocationCHROMIUM(program, location, name);
|
| }
|
|
|
| #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_
|
|
|