Loading xpfe/appshell/AppWindow.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -3018,6 +3018,9 @@ void AppWindow::FullscreenChanged(bool aInFullscreen) { void AppWindow::FinishFullscreenChange(bool aInFullscreen) { mFullscreenChangeState = FullscreenChangeState::NotChanging; if (nsXULPopupManager* pm = nsXULPopupManager::GetInstance()) { pm->Rollup({}); } if (mDocShell) { if (nsCOMPtr<nsPIDOMWindowOuter> ourWindow = mDocShell->GetWindow()) { ourWindow->FinishFullscreenChange(aInFullscreen); Loading Loading
xpfe/appshell/AppWindow.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -3018,6 +3018,9 @@ void AppWindow::FullscreenChanged(bool aInFullscreen) { void AppWindow::FinishFullscreenChange(bool aInFullscreen) { mFullscreenChangeState = FullscreenChangeState::NotChanging; if (nsXULPopupManager* pm = nsXULPopupManager::GetInstance()) { pm->Rollup({}); } if (mDocShell) { if (nsCOMPtr<nsPIDOMWindowOuter> ourWindow = mDocShell->GetWindow()) { ourWindow->FinishFullscreenChange(aInFullscreen); Loading