зеркало из https://github.com/mozilla/pjs.git
Bug 725143 - crash when restarting b2g with screen off [a=gal] DONTBUILD because NPOTB
This commit is contained in:
Родитель
08a929174e
Коммит
5e226f0a31
|
@ -78,6 +78,9 @@ static bool sFramebufferOpen;
|
|||
nsWindow::nsWindow()
|
||||
{
|
||||
if (!sGLContext && !sFramebufferOpen) {
|
||||
// workaround Bug 725143
|
||||
hal::SetScreenEnabled(true);
|
||||
|
||||
// We (apparently) don't have a way to tell if allocating the
|
||||
// fbs succeeded or failed.
|
||||
gNativeWindow = new android::FramebufferNativeWindow();
|
||||
|
|
Загрузка…
Ссылка в новой задаче