| Index: third_party/mojo/src/mojo/public/platform/native/gles2_thunks.h
|
| diff --git a/third_party/mojo/src/mojo/public/platform/native/gles2_thunks.h b/third_party/mojo/src/mojo/public/platform/native/gles2_thunks.h
|
| index eca03da0b7bdc17a975fe7ac9046eb4beef913dd..c9d30f5e75be3b423b9538fbe5f311332c17641a 100644
|
| --- a/third_party/mojo/src/mojo/public/platform/native/gles2_thunks.h
|
| +++ b/third_party/mojo/src/mojo/public/platform/native/gles2_thunks.h
|
| @@ -19,6 +19,7 @@ struct MojoGLES2ControlThunks {
|
| size_t size; // Should be set to sizeof(MojoGLES2ControlThunks).
|
|
|
| MojoGLES2Context (*GLES2CreateContext)(MojoHandle handle,
|
| + const int32_t* attrib_list,
|
| MojoGLES2ContextLost lost_callback,
|
| void* closure,
|
| const MojoAsyncWaiter* async_waiter);
|
|
|