Chromium Code Reviews| Index: ui/gfx/gl/gl_context_egl.cc |
| diff --git a/ui/gfx/gl/gl_context_egl.cc b/ui/gfx/gl/gl_context_egl.cc |
| index 63f63e9cbe48401ff27badd98896f2fac1999af2..b5599f855e4265b210eebd86825954fe46fb8926 100644 |
| --- a/ui/gfx/gl/gl_context_egl.cc |
| +++ b/ui/gfx/gl/gl_context_egl.cc |
| @@ -91,6 +91,7 @@ bool GLContextEGL::MakeCurrent(GLSurface* surface) { |
| return false; |
| } |
| + surface->OnMakeCurrent(); |
| return true; |
| } |