| Index: gpu/command_buffer/cmd_buffer_functions.txt
|
| diff --git a/gpu/command_buffer/cmd_buffer_functions.txt b/gpu/command_buffer/cmd_buffer_functions.txt
|
| index c49b35ee037e0c986514605debb2a593a45b4ecb..552e5e435d09cc1d7c54b008091696cba7350656 100644
|
| --- a/gpu/command_buffer/cmd_buffer_functions.txt
|
| +++ b/gpu/command_buffer/cmd_buffer_functions.txt
|
| @@ -185,3 +185,4 @@ GL_APICALL void GL_APIENTRY glVertexAttribDivisorANGLE (GLuint index, GL
|
| GL_APICALL void GL_APIENTRY glGenMailboxCHROMIUM (GLbyte* mailbox);
|
| GL_APICALL void GL_APIENTRY glProduceTextureCHROMIUM (GLenumTextureTarget target, const GLbyte* mailbox);
|
| GL_APICALL void GL_APIENTRY glConsumeTextureCHROMIUM (GLenumTextureTarget target, const GLbyte* mailbox);
|
| +GL_APICALL void GL_APIENTRY glTexImagePixmap2DCHROMIUM (GLenumTextureBindTarget target, GLuint pixmapId);
|
|
|