Index: ui/gl/gl_context_egl.cc |
diff --git a/ui/gl/gl_context_egl.cc b/ui/gl/gl_context_egl.cc |
index 98ac5cf50419f9462652e957ce45c8b90b8a55b9..77206a771cedb9dbad0676fec0e8656d8a9c0ceb 100644 |
--- a/ui/gl/gl_context_egl.cc |
+++ b/ui/gl/gl_context_egl.cc |
@@ -132,9 +132,7 @@ bool GLContextEGL::MakeCurrent(GLSurface* surface) { |
SetRealGLApi(); |
SetCurrent(surface); |
- if (!InitializeDynamicBindings()) { |
- return false; |
- } |
+ InitializeDynamicBindings(); |
if (!surface->OnMakeCurrent(this)) { |
LOG(ERROR) << "Could not make current."; |