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..f51abafe0cbc4911d8047bbae61086706ff3fdd0 100644 |
| --- a/mojo/gles2/mgl_impl.cc |
| +++ b/mojo/gles2/mgl_impl.cc |
| @@ -49,4 +49,8 @@ void MGLSwapBuffers() { |
| return gles2::ControlThunksImpl::Get()->SwapBuffers(); |
| } |
| +void* MGLGetProcAddress(const char* procname) { |
| + return gles2::ControlThunksImpl::Get()->GetProcAddress(procname); |
| +} |
| + |
| } // extern "C" |