| Index: gpu/command_buffer/client/gles2_implementation_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_implementation_autogen.h b/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| index ae57bbfc01202b73abc49bf33d04d7aff3edaf64..5c994e36d41d13aa383f194e76819b9045cfc4b3 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| @@ -704,6 +704,8 @@ void VertexAttribPointer(GLuint indx,
|
|
|
| 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,
|
|
|