Index: gpu/command_buffer/client/gles2_interface_autogen.h |
diff --git a/gpu/command_buffer/client/gles2_interface_autogen.h b/gpu/command_buffer/client/gles2_interface_autogen.h |
index eee1899c90857af39e6c892382c8526ac0fc8ad1..75efd8bdd25719f89dddb3d696f68124af32876b 100644 |
--- a/gpu/command_buffer/client/gles2_interface_autogen.h |
+++ b/gpu/command_buffer/client/gles2_interface_autogen.h |
@@ -452,7 +452,12 @@ virtual void DrawElementsInstancedANGLE(GLenum mode, |
virtual void VertexAttribDivisorANGLE(GLuint index, GLuint divisor) = 0; |
virtual void GenMailboxCHROMIUM(GLbyte* mailbox) = 0; |
virtual void ProduceTextureCHROMIUM(GLenum target, const GLbyte* mailbox) = 0; |
+virtual void ProduceTextureDirectCHROMIUM(GLuint texture, |
+ GLenum target, |
+ const GLbyte* mailbox) = 0; |
virtual void ConsumeTextureCHROMIUM(GLenum target, const GLbyte* mailbox) = 0; |
+virtual GLuint CreateAndConsumeTextureCHROMIUM(GLenum target, |
+ const GLbyte* mailbox) = 0; |
virtual void BindUniformLocationCHROMIUM(GLuint program, |
GLint location, |
const char* name) = 0; |