| Index: gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h b/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| index 33626f700b80a12fab2a8e07913aa4e5a7f01652..66deca4de2891c671080121e9a4b741a248e5c0e 100644
|
| --- a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| @@ -69,7 +69,6 @@ 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,
|
| @@ -502,7 +501,6 @@ 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,
|
|
|