| Index: mojo/public/c/gles2/gles2.h
|
| diff --git a/mojo/public/c/gles2/gles2.h b/mojo/public/c/gles2/gles2.h
|
| index 223b1760aad31d95fab803f293f44f6049a5ca25..30a10d96e6b2ba1f70734ca5a5cc799c898f0193 100644
|
| --- a/mojo/public/c/gles2/gles2.h
|
| +++ b/mojo/public/c/gles2/gles2.h
|
| @@ -19,12 +19,11 @@
|
| extern "C" {
|
| #endif
|
|
|
| -MOJO_GLES2_EXPORT void MojoGLES2Initialize(const MojoAsyncWaiter* async_waiter);
|
| -MOJO_GLES2_EXPORT void MojoGLES2Terminate(void);
|
| MOJO_GLES2_EXPORT MojoGLES2Context MojoGLES2CreateContext(
|
| MojoHandle handle,
|
| MojoGLES2ContextLost lost_callback,
|
| - void* closure);
|
| + void* closure,
|
| + const MojoAsyncWaiter* async_waiter);
|
| MOJO_GLES2_EXPORT void MojoGLES2DestroyContext(MojoGLES2Context context);
|
| MOJO_GLES2_EXPORT void MojoGLES2MakeCurrent(MojoGLES2Context context);
|
| MOJO_GLES2_EXPORT void MojoGLES2SwapBuffers(void);
|
|
|