| Index: gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_interface_stub_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| index 3053e3b1709356dc968951ebd47d23f6ec0bed76..4a099115c0a7969e10c768e662d0d5133cbfb2a0 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| @@ -484,8 +484,13 @@ virtual void VertexAttribDivisorANGLE(GLuint index, GLuint divisor) OVERRIDE;
|
| virtual void GenMailboxCHROMIUM(GLbyte* mailbox) OVERRIDE;
|
| virtual void ProduceTextureCHROMIUM(GLenum target,
|
| const GLbyte* mailbox) OVERRIDE;
|
| +virtual void ProduceTextureDirectCHROMIUM(GLuint texture,
|
| + GLenum target,
|
| + const GLbyte* mailbox) OVERRIDE;
|
| virtual void ConsumeTextureCHROMIUM(GLenum target,
|
| const GLbyte* mailbox) OVERRIDE;
|
| +virtual GLuint CreateAndConsumeTextureCHROMIUM(GLenum target,
|
| + const GLbyte* mailbox) OVERRIDE;
|
| virtual void BindUniformLocationCHROMIUM(GLuint program,
|
| GLint location,
|
| const char* name) OVERRIDE;
|
|
|