Index: gpu/command_buffer/cmd_buffer_functions.txt |
diff --git a/gpu/command_buffer/cmd_buffer_functions.txt b/gpu/command_buffer/cmd_buffer_functions.txt |
index f6ef278d8e43d1a9fe597f0ca27c0ee274e16f89..c5061c1cc452c592b128eef33c665a0487438150 100644 |
--- a/gpu/command_buffer/cmd_buffer_functions.txt |
+++ b/gpu/command_buffer/cmd_buffer_functions.txt |
@@ -306,7 +306,7 @@ GL_APICALL void GL_APIENTRY glTraceEndCHROMIUM (void); |
GL_APICALL void GL_APIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei count, const GLenum* attachments); |
GL_APICALL void GL_APIENTRY glLoseContextCHROMIUM (GLenumResetStatus current, GLenumResetStatus other); |
GL_APICALL GLuint GL_APIENTRY glInsertSyncPointCHROMIUM (void); |
-GL_APICALL void GL_APIENTRY glWaitSyncPointCHROMIUM (GLuint sync_point); |
+GL_APICALL void GL_APIENTRY glWaitSyncPointCHROMIUM (GLuint sync_point, const GLbyte* sync_token); |
GL_APICALL GLuint64 GL_APIENTRY glInsertFenceSyncCHROMIUM (void); |
GL_APICALL void GL_APIENTRY glGenSyncTokenCHROMIUM (GLuint64 fence_sync, GLbyte* sync_token); |
GL_APICALL void GL_APIENTRY glGenUnverifiedSyncTokenCHROMIUM (GLuint64 fence_sync, GLbyte* sync_token); |