| Index: third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_sync_point_autogen.h
|
| diff --git a/third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_sync_point_autogen.h b/third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_sync_point_autogen.h
|
| index 3c3c4b9cbd74a550a8935c8a0a2ef9a8997329d1..1a3d1d1ee57aba70a078c39366752f87586c5741 100644
|
| --- a/third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_sync_point_autogen.h
|
| +++ b/third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_sync_point_autogen.h
|
| @@ -10,3 +10,12 @@
|
|
|
| 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))
|
|
|