Chromium Code Reviews| Index: ui/gl/gl_context_cgl.cc |
| diff --git a/ui/gl/gl_context_cgl.cc b/ui/gl/gl_context_cgl.cc |
| index 0b63b4b3ea8485ce521ab8ed6fc6d2af1bd1c112..151c484d550f0d7b5f8062ffade0f670307d04a2 100644 |
| --- a/ui/gl/gl_context_cgl.cc |
| +++ b/ui/gl/gl_context_cgl.cc |
| @@ -190,7 +190,7 @@ bool GLContextCGL::MakeCurrent(GLSurface* surface) { |
| SetRealGLApi(); |
| SetCurrent(surface); |
| - if (!InitializeExtensionBindings()) { |
| + if (!InitializeDynamicBindings()) { |
| ReleaseCurrent(surface); |
| return false; |
| } |