| Index: gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| index c9c8d7f344dbbe32e5b822046582d9b139cb163c..ec8b0787f5405a36abecba654a7f7023691c4750 100644
|
| --- a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| @@ -2035,6 +2035,14 @@
|
| }
|
| }
|
|
|
| + void WaitAsyncTexImage2DCHROMIUM(GLenum target) {
|
| + gles2::cmds::WaitAsyncTexImage2DCHROMIUM* c =
|
| + GetCmdSpace<gles2::cmds::WaitAsyncTexImage2DCHROMIUM>();
|
| + if (c) {
|
| + c->Init(target);
|
| + }
|
| + }
|
| +
|
| void DiscardFramebufferEXT(
|
| GLenum target, GLsizei count, uint32 attachments_shm_id,
|
| uint32 attachments_shm_offset) {
|
|
|