diff options
Diffstat (limited to 'ui/gl/gl_context_egl.cc')
-rw-r--r-- | ui/gl/gl_context_egl.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/gl/gl_context_egl.cc b/ui/gl/gl_context_egl.cc index 6fd85b9..aa88048 100644 --- a/ui/gl/gl_context_egl.cc +++ b/ui/gl/gl_context_egl.cc @@ -120,6 +120,7 @@ bool GLContextEGL::MakeCurrent(GLSurface* surface) { return false; } + SetRealGLApi(); return true; } |