| Index: gpu/command_buffer/client/gles2_implementation_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_implementation_autogen.h b/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| index b24819bbc5144e65b6d093ed6304967c8a678de6..35f1818f1ba4496e4d4c7b6fa2337b2a8aec6ec6 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| @@ -669,9 +669,16 @@ 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;
|
|
|