зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1404232 - Add mGL->MakeCurrent() calling in SetGLContext() r=jrmuizel
This commit is contained in:
Родитель
1bf385dce6
Коммит
2c90b0f880
|
@ -65,6 +65,7 @@ RenderDXGITextureHostOGL::SetGLContext(gl::GLContext* aContext)
|
|||
// Release the texture handle in the previous gl context.
|
||||
DeleteTextureHandle();
|
||||
mGL = aContext;
|
||||
mGL->MakeCurrent();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -291,6 +292,7 @@ RenderDXGIYCbCrTextureHostOGL::SetGLContext(gl::GLContext* aContext)
|
|||
// Release the texture handle in the previous gl context.
|
||||
DeleteTextureHandle();
|
||||
mGL = aContext;
|
||||
mGL->MakeCurrent();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -105,6 +105,7 @@ RenderMacIOSurfaceTextureHostOGL::SetGLContext(gl::GLContext* aContext)
|
|||
// release the texture handle in the previous gl context
|
||||
DeleteTextureHandle();
|
||||
mGL = aContext;
|
||||
mGL->MakeCurrent();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче