| Index: mojo/public/c/gles2/gles2_call_visitor_chromium_pixel_transfer_buffer_object_autogen.h
|
| diff --git a/mojo/public/c/gles2/gles2_call_visitor_chromium_miscellaneous_autogen.h b/mojo/public/c/gles2/gles2_call_visitor_chromium_pixel_transfer_buffer_object_autogen.h
|
| similarity index 64%
|
| copy from mojo/public/c/gles2/gles2_call_visitor_chromium_miscellaneous_autogen.h
|
| copy to mojo/public/c/gles2/gles2_call_visitor_chromium_pixel_transfer_buffer_object_autogen.h
|
| index ff7dabea7ec74241e68a828f118ed5af0c5944f5..534a20aeae61235147a23ecb4f7c403e5e602964 100644
|
| --- a/mojo/public/c/gles2/gles2_call_visitor_chromium_miscellaneous_autogen.h
|
| +++ b/mojo/public/c/gles2/gles2_call_visitor_chromium_pixel_transfer_buffer_object_autogen.h
|
| @@ -8,4 +8,8 @@
|
| // clang-format -i -style=chromium filename
|
| // DO NOT EDIT!
|
|
|
| -VISIT_GL_CALL(ShallowFlushCHROMIUM, void, (), ())
|
| +VISIT_GL_CALL(MapBufferCHROMIUM,
|
| + void*,
|
| + (GLuint target, GLenum access),
|
| + (target, access))
|
| +VISIT_GL_CALL(UnmapBufferCHROMIUM, GLboolean, (GLuint target), (target))
|
|
|