diff options
Diffstat (limited to 'gpu/command_buffer/client/gles2_interface_autogen.h')
-rw-r--r-- | gpu/command_buffer/client/gles2_interface_autogen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/command_buffer/client/gles2_interface_autogen.h b/gpu/command_buffer/client/gles2_interface_autogen.h index 0b5f21b6..623c413 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, |