Chromium Code Reviews| Index: ui/gl/gl_context_stub.cc |
| diff --git a/ui/gl/gl_context_stub.cc b/ui/gl/gl_context_stub.cc |
| index a5d78e213997854fdb482558cd15ca1aff931dbd..97a97d8b97bbc4d40e9e33576ea43a63fcd96855 100644 |
| --- a/ui/gl/gl_context_stub.cc |
| +++ b/ui/gl/gl_context_stub.cc |
| @@ -16,8 +16,9 @@ bool GLContextStub::Initialize( |
| } |
| bool GLContextStub::MakeCurrent(GLSurface* surface) { |
| - SetCurrent(surface); |
| SetRealGLApi(); |
| + SetCurrent(surface); |
| + InitializeDynamicBindings(); |
| return true; |
| } |