Index: ui/gl/gl_context_osmesa.cc |
diff --git a/ui/gl/gl_context_osmesa.cc b/ui/gl/gl_context_osmesa.cc |
index a7e3596ac996e9ca65d1a18861a98175bba6157b..ff05eedb152d527606e93b53f178594d0462d7bd 100644 |
--- a/ui/gl/gl_context_osmesa.cc |
+++ b/ui/gl/gl_context_osmesa.cc |
@@ -83,9 +83,7 @@ bool GLContextOSMesa::MakeCurrent(GLSurface* surface) { |
OSMesaPixelStore(OSMESA_Y_UP, 0); |
SetCurrent(surface); |
- if (!InitializeDynamicBindings()) { |
- return false; |
- } |
+ InitializeDynamicBindings(); |
if (!surface->OnMakeCurrent(this)) { |
LOG(ERROR) << "Could not make current."; |