зеркало из https://github.com/mozilla/gecko-dev.git
Bug 929506 - Check that the GLContext is not destroyed in MakeCurrent. r=bjacob
This commit is contained in:
Родитель
76b65afddb
Коммит
6dc80430b8
|
@ -2385,6 +2385,9 @@ public:
|
|||
#endif
|
||||
|
||||
bool MakeCurrent(bool aForce = false) {
|
||||
if (IsDestroyed()) {
|
||||
return false;
|
||||
}
|
||||
#ifdef DEBUG
|
||||
PR_SetThreadPrivate(sCurrentGLContextTLS, this);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче