| Index: gpu/command_buffer/client/gles2_interface_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_interface_autogen.h b/gpu/command_buffer/client/gles2_interface_autogen.h
|
| index 0b5f21b691b95c34b30e05f583ba79dcd281b175..623c413848776d51d8ef8a4a5511aacd4abe7b8b 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_autogen.h
|
| @@ -517,6 +517,7 @@ virtual void VertexAttribPointer(GLuint indx,
|
| GLsizei stride,
|
| const void* ptr) = 0;
|
| virtual void Viewport(GLint x, GLint y, GLsizei width, GLsizei height) = 0;
|
| +virtual void WaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) = 0;
|
| virtual void BlitFramebufferCHROMIUM(GLint srcX0,
|
| GLint srcY0,
|
| GLint srcX1,
|
|
|