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 305f971fdf1c551845a2da41ee6ae4e8aa76990f..3d551a927c48126adfd5d2f20a7d19e0ba70ec30 100644 |
--- a/gpu/command_buffer/client/gles2_implementation_autogen.h |
+++ b/gpu/command_buffer/client/gles2_implementation_autogen.h |
@@ -1027,6 +1027,12 @@ 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; |