Chromium Code Reviews| Index: ui/gfx/gl/gl_context_stub.cc |
| diff --git a/ui/gfx/gl/gl_context_stub.cc b/ui/gfx/gl/gl_context_stub.cc |
| index 50674137af3020d193c587993f588332ee67c046..94c9e1f3815f95081d75433eb854b909ec5c1458 100644 |
| --- a/ui/gfx/gl/gl_context_stub.cc |
| +++ b/ui/gfx/gl/gl_context_stub.cc |
| @@ -21,6 +21,7 @@ void GLContextStub::Destroy() { |
| } |
| bool GLContextStub::MakeCurrent(GLSurface* surface) { |
| + SetCurrent(this, surface); |
| return true; |
| } |