mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 810302 - Force playing videos to always get an active layers. r=roc
This commit is contained in:
parent
56ba57d515
commit
636edf7eb9
@ -360,7 +360,7 @@ public:
|
||||
}
|
||||
nsHTMLMediaElement* elem =
|
||||
static_cast<nsHTMLMediaElement*>(mFrame->GetContent());
|
||||
return elem->IsPotentiallyPlaying() ? LAYER_ACTIVE : LAYER_INACTIVE;
|
||||
return elem->IsPotentiallyPlaying() ? LAYER_ACTIVE_FORCE : LAYER_INACTIVE;
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user