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