Index: ui/gl/gl_context_glx.cc |
diff --git a/ui/gl/gl_context_glx.cc b/ui/gl/gl_context_glx.cc |
index 3ca82febfe4d59576a39a6316f8f3a2604836725..697807118db3ecb3cc5e3833f19d3a892f4bcda1 100644 |
--- a/ui/gl/gl_context_glx.cc |
+++ b/ui/gl/gl_context_glx.cc |
@@ -114,10 +114,7 @@ bool GLContextGLX::MakeCurrent(GLSurface* surface) { |
SetRealGLApi(); |
SetCurrent(surface); |
- if (!InitializeDynamicBindings()) { |
- Destroy(); |
- return false; |
- } |
+ InitializeDynamicBindings(); |
if (!surface->OnMakeCurrent(this)) { |
LOG(ERROR) << "Could not make current."; |