| 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 650c8698a5bb3b6541c909ace41b0bb0fca4ce73..c58ce2c8f81c3f6cddf4f67f3a909adef46ae0e8 100644
|
| --- a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| @@ -1995,6 +1995,16 @@ void Viewport(GLint x, GLint y, GLsizei width, GLsizei height) {
|
| }
|
| }
|
|
|
| +void WaitSync(GLuint sync,
|
| + GLbitfield flags,
|
| + GLuint timeout_0,
|
| + GLuint timeout_1) {
|
| + gles2::cmds::WaitSync* c = GetCmdSpace<gles2::cmds::WaitSync>();
|
| + if (c) {
|
| + c->Init(sync, flags, timeout_0, timeout_1);
|
| + }
|
| +}
|
| +
|
| void BlitFramebufferCHROMIUM(GLint srcX0,
|
| GLint srcY0,
|
| GLint srcX1,
|
|
|