Index: gpu/command_buffer/client/gles2_interface_stub_autogen.h |
diff --git a/gpu/command_buffer/client/gles2_interface_stub_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_autogen.h |
index 0d08d670bd448fcc0c9d1515fdc6549fca1f3466..b99d3cf761a87874f5fb0220ba164e93cbdf7b2e 100644 |
--- a/gpu/command_buffer/client/gles2_interface_stub_autogen.h |
+++ b/gpu/command_buffer/client/gles2_interface_stub_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; |
+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; |
void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order, |