Chromium Code Reviews| Index: ui/gl/gl_context_glx.cc |
| diff --git a/ui/gl/gl_context_glx.cc b/ui/gl/gl_context_glx.cc |
| index 407d60048f4434d6b8e87e7cafed0ce4f493cdfb..248d04bee9efa630d1189dae99061615bc6b1299 100644 |
| --- a/ui/gl/gl_context_glx.cc |
| +++ b/ui/gl/gl_context_glx.cc |
| @@ -127,7 +127,7 @@ bool GLContextGLX::MakeCurrent(GLSurface* surface) { |
| SetRealGLApi(); |
| SetCurrent(surface); |
| - if (!InitializeExtensionBindings()) { |
| + if (!InitializeDynamicBindings()) { |
| ReleaseCurrent(surface); |
| Destroy(); |
| return false; |