Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1284)

Unified Diff: mojo/public/c/gles2/gles2_call_visitor_chromium_resize_autogen.h

Issue 1258733003: Expose glResizeCHROMIUM() and remove some uses of MojoGLES2GetGLES2Interface(). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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))

Powered by Google App Engine
This is Rietveld 408576698