| Index: ui/gl/gl_implementation_ozone.cc
|
| diff --git a/ui/gl/gl_implementation_ozone.cc b/ui/gl/gl_implementation_ozone.cc
|
| index 2a85720da5f182d970162f271601c27fe7e8f43c..43b3b047b3018bccc95bc605ea36725f5efa99eb 100644
|
| --- a/ui/gl/gl_implementation_ozone.cc
|
| +++ b/ui/gl/gl_implementation_ozone.cc
|
| @@ -75,8 +75,12 @@
|
| GLContext* context) {
|
| switch (implementation) {
|
| case kGLImplementationOSMesaGL:
|
| + InitializeDynamicGLBindingsGL(context);
|
| + InitializeDynamicGLBindingsOSMESA(context);
|
| + break;
|
| case kGLImplementationEGLGLES2:
|
| InitializeDynamicGLBindingsGL(context);
|
| + InitializeDynamicGLBindingsEGL(context);
|
| break;
|
| case kGLImplementationMockGL:
|
| if (!context) {
|
|
|