mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 809055 - Restore fullscreen plugins after document becomes active r=blassey
This commit is contained in:
parent
65e5a49652
commit
8b0bdd7a65
@ -3383,6 +3383,8 @@ nsPluginInstanceOwner::UpdateDocumentActiveState(bool aIsActive)
|
||||
if (mInstance) {
|
||||
if (!mPluginDocumentActiveState)
|
||||
RemovePluginView();
|
||||
else if (mPluginDocumentActiveState && mFullScreen)
|
||||
AddPluginView();
|
||||
|
||||
mInstance->NotifyOnScreen(mPluginDocumentActiveState);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user