| Index: gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| index 64977177062940ed74212c9a1de259263680259d..db4c0c2661a82b6acd1d599b36bab3c68e3a7c36 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| @@ -779,9 +779,19 @@ void GLES2InterfaceStub::GenMailboxCHROMIUM(GLbyte* /* mailbox */) {
|
| void GLES2InterfaceStub::ProduceTextureCHROMIUM(GLenum /* target */,
|
| const GLbyte* /* mailbox */) {
|
| }
|
| +void GLES2InterfaceStub::ProduceTextureDirectCHROMIUM(
|
| + GLuint /* texture */,
|
| + GLenum /* target */,
|
| + const GLbyte* /* mailbox */) {
|
| +}
|
| void GLES2InterfaceStub::ConsumeTextureCHROMIUM(GLenum /* target */,
|
| const GLbyte* /* mailbox */) {
|
| }
|
| +GLuint GLES2InterfaceStub::CreateAndConsumeTextureCHROMIUM(
|
| + GLenum /* target */,
|
| + const GLbyte* /* mailbox */) {
|
| + return 0;
|
| +}
|
| void GLES2InterfaceStub::BindUniformLocationCHROMIUM(GLuint /* program */,
|
| GLint /* location */,
|
| const char* /* name */) {
|
|
|