| Index: third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_pixel_transfer_buffer_object_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_pixel_transfer_buffer_object_autogen.h
|
| similarity index 64%
|
| copy from third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_sync_point_autogen.h
|
| copy to third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_pixel_transfer_buffer_object_autogen.h
|
| index 3c3c4b9cbd74a550a8935c8a0a2ef9a8997329d1..534a20aeae61235147a23ecb4f7c403e5e602964 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_pixel_transfer_buffer_object_autogen.h
|
| @@ -8,5 +8,8 @@
|
| // clang-format -i -style=chromium filename
|
| // DO NOT EDIT!
|
|
|
| -VISIT_GL_CALL(InsertSyncPointCHROMIUM, GLuint, (), ())
|
| -VISIT_GL_CALL(WaitSyncPointCHROMIUM, void, (GLuint sync_point), (sync_point))
|
| +VISIT_GL_CALL(MapBufferCHROMIUM,
|
| + void*,
|
| + (GLuint target, GLenum access),
|
| + (target, access))
|
| +VISIT_GL_CALL(UnmapBufferCHROMIUM, GLboolean, (GLuint target), (target))
|
|
|