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 0c5bf56a382a427a755973a0ded3705347989b92..4852bb5e3240d542c88d3eef25a795b05728e1f7 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 |
@@ -326,7 +326,10 @@ VISIT_GL_CALL(LoseContextCHROMIUM, |
(GLenum current, GLenum other), |
(current, other)) |
VISIT_GL_CALL(InsertSyncPointCHROMIUM, GLuint, (), ()) |
-VISIT_GL_CALL(WaitSyncPointCHROMIUM, void, (GLuint sync_point), (sync_point)) |
+VISIT_GL_CALL(WaitSyncPointCHROMIUM, |
+ void, |
+ (GLuint sync_point, const GLbyte* sync_token), |
+ (sync_point, sync_token)) |
VISIT_GL_CALL(InsertFenceSyncCHROMIUM, GLuint64, (), ()) |
VISIT_GL_CALL(GenSyncTokenCHROMIUM, |
void, |