| 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..ef8b025c3b83fd791eae98439bf3c1d27d72c445 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, GLuint64, (), ())
|
| +VISIT_GL_CALL(GenSyncTokenCHROMIUM,
|
| + void,
|
| + (GLuint64 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),
|
|
|