Index: ui/gl/gl_context_stub.cc |
diff --git a/ui/gl/gl_context_stub.cc b/ui/gl/gl_context_stub.cc |
index d1364c4b4b55e4ea76b76abf2812adb7b1e9486f..2b72c8f8c677d6095bb4b0b5db92434f77aa9dc2 100644 |
--- a/ui/gl/gl_context_stub.cc |
+++ b/ui/gl/gl_context_stub.cc |
@@ -17,6 +17,7 @@ void GLContextStub::Destroy() {} |
bool GLContextStub::MakeCurrent(GLSurface* surface) { |
SetCurrent(this, surface); |
+ SetRealGLApi(); |
return true; |
} |