| Index: mojo/gles2/mgl_impl.cc
|
| diff --git a/mojo/gles2/mgl_impl.cc b/mojo/gles2/mgl_impl.cc
|
| index 0423a69678cd23fd8656d5524bb52ea634df47a1..7cad4699cbe4e14de1e79a10e5d3a1d1d8c109cf 100644
|
| --- a/mojo/gles2/mgl_impl.cc
|
| +++ b/mojo/gles2/mgl_impl.cc
|
| @@ -49,4 +49,8 @@ void MGLSwapBuffers() {
|
| return gles2::ControlThunksImpl::Get()->SwapBuffers();
|
| }
|
|
|
| +MGLMustCastToProperFunctionPointerType MGLGetProcAddress(const char* procname) {
|
| + return gles2::ControlThunksImpl::Get()->GetProcAddress(procname);
|
| +}
|
| +
|
| } // extern "C"
|
|
|