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

Unified Diff: mojo/public/platform/native/gles2_thunks.h

Issue 1725123002: Mojo bindings environment: remove usage in gles2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « mojo/public/c/gles2/gles2.h ('k') | mojo/public/platform/native/gles2_thunks.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/platform/native/gles2_thunks.h
diff --git a/mojo/public/platform/native/gles2_thunks.h b/mojo/public/platform/native/gles2_thunks.h
index cd9cc75cecdf0d1f2864c0856663878cdd119015..4a565509999792780ac05d0ef1689fffba9063ab 100644
--- a/mojo/public/platform/native/gles2_thunks.h
+++ b/mojo/public/platform/native/gles2_thunks.h
@@ -22,8 +22,7 @@ struct MojoGLES2ControlThunks {
MojoGLES2Context (*GLES2CreateContext)(MojoHandle handle,
const int32_t* attrib_list,
MojoGLES2ContextLost lost_callback,
- void* closure,
- const MojoAsyncWaiter* async_waiter);
+ void* closure);
void (*GLES2DestroyContext)(MojoGLES2Context context);
void (*GLES2MakeCurrent)(MojoGLES2Context context);
void (*GLES2SwapBuffers)();
« no previous file with comments | « mojo/public/c/gles2/gles2.h ('k') | mojo/public/platform/native/gles2_thunks.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698