| 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 41140beb411842a7518ba505e5c4ef7f2d7c28e1..f9580d0c1f3613f05a3d9c61e1b2e8893888ec8d 100644
|
| --- a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| @@ -738,6 +738,9 @@ void DiscardFramebufferEXT(GLenum target,
|
| void LoseContextCHROMIUM(GLenum current, GLenum other) override;
|
| GLuint InsertSyncPointCHROMIUM() override;
|
| void WaitSyncPointCHROMIUM(GLuint sync_point) override;
|
| +GLuint64 InsertFenceSyncCHROMIUM() override;
|
| +void GenSyncTokenCHROMIUM(GLuint64 fence_sync, GLbyte* sync_token) override;
|
| +void WaitSyncTokenCHROMIUM(const GLbyte* sync_token) override;
|
| void DrawBuffersEXT(GLsizei count, const GLenum* bufs) override;
|
| void DiscardBackbufferCHROMIUM() override;
|
| void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order,
|
|
|