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