| 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 c0e5370454ec0fd252a7438eeaa39ee143e596ad..5a642fa86c524774267b2281e50010d5515d4f1a 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| @@ -1029,6 +1029,12 @@ GLuint InsertSyncPointCHROMIUM() override;
|
|
|
| void WaitSyncPointCHROMIUM(GLuint sync_point) override;
|
|
|
| +GLuint InsertFenceSyncCHROMIUM() override;
|
| +
|
| +void GenSyncTokenCHROMIUM(GLuint fence_sync, GLbyte* sync_token) override;
|
| +
|
| +void WaitSyncTokenCHROMIUM(const GLbyte* sync_token) override;
|
| +
|
| void DrawBuffersEXT(GLsizei count, const GLenum* bufs) override;
|
|
|
| void DiscardBackbufferCHROMIUM() override;
|
|
|