| Index: gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_interface_stub_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| index f020e1424585497761f6357b910187f1f9a6c671..31d963665e8b21c556e738778dc2050994e34114 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| @@ -69,6 +69,7 @@ void ClearColor(GLclampf red,
|
| GLclampf alpha) override;
|
| void ClearDepthf(GLclampf depth) override;
|
| void ClearStencil(GLint s) override;
|
| +GLenum ClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) override;
|
| void ColorMask(GLboolean red,
|
| GLboolean green,
|
| GLboolean blue,
|
| @@ -501,6 +502,7 @@ void VertexAttribPointer(GLuint indx,
|
| GLsizei stride,
|
| const void* ptr) override;
|
| void Viewport(GLint x, GLint y, GLsizei width, GLsizei height) override;
|
| +void WaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) override;
|
| void BlitFramebufferCHROMIUM(GLint srcX0,
|
| GLint srcY0,
|
| GLint srcX1,
|
|
|