Index: ui/gl/gl_context_egl.cc |
diff --git a/ui/gl/gl_context_egl.cc b/ui/gl/gl_context_egl.cc |
index 1cd08cd40496efa08ee512b4dfe85efcc9d69296..ca34e4b7eaee933c2112f6b67a629556a06e0ce1 100644 |
--- a/ui/gl/gl_context_egl.cc |
+++ b/ui/gl/gl_context_egl.cc |
@@ -157,7 +157,7 @@ bool GLContextEGL::MakeCurrent(GLSurface* surface) { |
} |
// Set this as soon as the context is current, since we might call into GL. |
- SetRealGLApi(); |
+ BindGLApi(); |
SetCurrent(surface); |
InitializeDynamicBindings(); |