| 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..30bba5c3276f4a64ade6dbbea7b76748d64b1c07 100644
|
| --- a/gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| @@ -651,6 +651,9 @@ void GLES2ProduceTextureCHROMIUM(GLenum target, const GLbyte* mailbox) {
|
| void GLES2ConsumeTextureCHROMIUM(GLenum target, const GLbyte* mailbox) {
|
| gles2::GetGLContext()->ConsumeTextureCHROMIUM(target, mailbox);
|
| }
|
| +void GLES2TexImagePixmap2DCHROMIUM(GLenum target, GLuint pixmapId) {
|
| + gles2::GetGLContext()->TexImagePixmap2DCHROMIUM(target, pixmapId);
|
| +}
|
|
|
| #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_
|
|
|
|
|