Chromium Code Reviews| Index: ui/gl/gl_context_wgl.cc |
| diff --git a/ui/gl/gl_context_wgl.cc b/ui/gl/gl_context_wgl.cc |
| index 8ee90dd8ff3b0e72e04a4ab52e67156a021dd724..41f1b6349e027c24fedf7a190db21e0b2bda93db 100644 |
| --- a/ui/gl/gl_context_wgl.cc |
| +++ b/ui/gl/gl_context_wgl.cc |
| @@ -85,7 +85,7 @@ bool GLContextWGL::MakeCurrent(GLSurface* surface) { |
| SetRealGLApi(); |
| SetCurrent(surface); |
| - if (!InitializeExtensionBindings()) { |
| + if (!InitializeDynamicBindings()) { |
| ReleaseCurrent(surface); |
| return false; |
| } |