| Index: ui/gl/gl_osmesa_api_implementation.cc
|
| diff --git a/ui/gl/gl_osmesa_api_implementation.cc b/ui/gl/gl_osmesa_api_implementation.cc
|
| index 4fa33c6922ed718950e97b2bc1a29e56717e492f..f23c2997b3de0f132694fc4ae480d7df2e3e0768 100644
|
| --- a/ui/gl/gl_osmesa_api_implementation.cc
|
| +++ b/ui/gl/gl_osmesa_api_implementation.cc
|
| @@ -15,6 +15,10 @@
|
| }
|
| g_real_osmesa->Initialize(&g_driver_osmesa);
|
| g_current_osmesa_context = g_real_osmesa;
|
| +}
|
| +
|
| +void InitializeDynamicGLBindingsOSMESA(GLContext* context) {
|
| + g_driver_osmesa.InitializeDynamicBindings(context);
|
| }
|
|
|
| void InitializeDebugGLBindingsOSMESA() {
|
|
|