| Index: mojo/public/c/gles2/gles2_call_visitor_chromium_resize_autogen.h
|
| diff --git a/mojo/public/c/gles2/gles2_call_visitor_chromium_sync_point_autogen.h b/mojo/public/c/gles2/gles2_call_visitor_chromium_resize_autogen.h
|
| similarity index 69%
|
| copy from mojo/public/c/gles2/gles2_call_visitor_chromium_sync_point_autogen.h
|
| copy to mojo/public/c/gles2/gles2_call_visitor_chromium_resize_autogen.h
|
| index 3c3c4b9cbd74a550a8935c8a0a2ef9a8997329d1..be4d6da2f4e99d98ae0cccae4f959d33cec0d14a 100644
|
| --- a/mojo/public/c/gles2/gles2_call_visitor_chromium_sync_point_autogen.h
|
| +++ b/mojo/public/c/gles2/gles2_call_visitor_chromium_resize_autogen.h
|
| @@ -8,5 +8,7 @@
|
| // 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(ResizeCHROMIUM,
|
| + void,
|
| + (GLuint width, GLuint height, GLfloat scale_factor),
|
| + (width, height, scale_factor))
|
|
|