Index: third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h |
diff --git a/third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h b/third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h |
index 9f3788cbb8edff5f2e852e99f5a357215173f009..2a4223f29cc769de75a7397068b377be1834c4fd 100644 |
--- a/third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h |
+++ b/third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h |
@@ -327,6 +327,15 @@ VISIT_GL_CALL(LoseContextCHROMIUM, |
(current, other)) |
VISIT_GL_CALL(InsertSyncPointCHROMIUM, GLuint, (), ()) |
VISIT_GL_CALL(WaitSyncPointCHROMIUM, void, (GLuint sync_point), (sync_point)) |
+VISIT_GL_CALL(InsertFenceSyncCHROMIUM, GLuint, (), ()) |
+VISIT_GL_CALL(GenSyncTokenCHROMIUM, |
+ void, |
+ (GLuint fence_sync, GLbyte* sync_token), |
+ (fence_sync, sync_token)) |
+VISIT_GL_CALL(WaitSyncTokenCHROMIUM, |
+ void, |
+ (const GLbyte* sync_token), |
+ (sync_token)) |
VISIT_GL_CALL(DrawBuffersEXT, |
void, |
(GLsizei count, const GLenum* bufs), |