| Index: third_party/mojo/src/mojo/public/c/gles2/gles2.h
|
| diff --git a/third_party/mojo/src/mojo/public/c/gles2/gles2.h b/third_party/mojo/src/mojo/public/c/gles2/gles2.h
|
| index d8afef64bf1ddd25595363d3351dc3045d905a9e..1259bbc7d83d171f30aee10321bc2fc1efa98dc2 100644
|
| --- a/third_party/mojo/src/mojo/public/c/gles2/gles2.h
|
| +++ b/third_party/mojo/src/mojo/public/c/gles2/gles2.h
|
| @@ -21,6 +21,7 @@ extern "C" {
|
|
|
| MOJO_GLES2_EXPORT MojoGLES2Context
|
| MojoGLES2CreateContext(MojoHandle handle,
|
| + const int32_t* attrib_list,
|
| MojoGLES2ContextLost lost_callback,
|
| void* closure,
|
| const MojoAsyncWaiter* async_waiter);
|
|
|