| Index: mojo/gles2/control_thunks_impl.h
|
| diff --git a/mojo/gles2/control_thunks_impl.h b/mojo/gles2/control_thunks_impl.h
|
| index 95b9c08f9466c48ffa1e08db12b3367c8da880f8..6ca05cdf966d9dad37350d5b6897a4d9abfb0211 100644
|
| --- a/mojo/gles2/control_thunks_impl.h
|
| +++ b/mojo/gles2/control_thunks_impl.h
|
| @@ -45,6 +45,8 @@ class ControlThunksImpl {
|
|
|
| void SwapBuffers();
|
|
|
| + MGLFunctionPointerType GetProcAddress(const char* procname);
|
| +
|
| void* GetGLES2Interface(MGLContext context);
|
|
|
| void SignalSyncPoint(uint32_t sync_point,
|
|
|