| 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..903cfcbbe9a5870a454c6eceb07303e1e9390799 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::ProduceTextureBindlessCHROMIUM(
|
| + 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 */) {
|
|
|