| Index: ui/gl/gl_context_wgl.cc
|
| diff --git a/ui/gl/gl_context_wgl.cc b/ui/gl/gl_context_wgl.cc
|
| index 68775e3b8c324ddd5b4fb469fcad6f021081d25f..6362856f04b4329ec025a8be9b9787601b82b3ec 100644
|
| --- a/ui/gl/gl_context_wgl.cc
|
| +++ b/ui/gl/gl_context_wgl.cc
|
| @@ -103,9 +103,7 @@ bool GLContextWGL::MakeCurrent(GLSurface* surface) {
|
| SetRealGLApi();
|
|
|
| SetCurrent(surface);
|
| - if (!InitializeDynamicBindings()) {
|
| - return false;
|
| - }
|
| + InitializeDynamicBindings();
|
|
|
| if (!surface->OnMakeCurrent(this)) {
|
| LOG(ERROR) << "Could not make current.";
|
|
|