Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ui / gl / gl_context_stub.cc
index 1d39d3e..faf957b 100644 (file)
@@ -17,6 +17,7 @@ void GLContextStub::Destroy() {}
 
 bool GLContextStub::MakeCurrent(GLSurface* surface) {
   SetCurrent(surface);
+  SetRealGLApi();
   return true;
 }