| 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)();
|
|
|