mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
Fix PiP build error
This commit is contained in:
parent
9a1d4edaa9
commit
645a665555
1 changed files with 1 additions and 1 deletions
|
|
@ -5187,7 +5187,7 @@ void HTMLMediaElement::SetMozPictureInPicture(bool aEnabled)
|
||||||
{
|
{
|
||||||
MOZ_ASSERT(NS_IsMainThread());
|
MOZ_ASSERT(NS_IsMainThread());
|
||||||
mPictureInPicture = aEnabled;
|
mPictureInPicture = aEnabled;
|
||||||
if (mDecoder && !mDecoder->IsShutdown()) {
|
if (mDecoder && !mShuttingDown) {
|
||||||
mDecoder->NotifyOwnerActivityChanged(!IsHidden());
|
mDecoder->NotifyOwnerActivityChanged(!IsHidden());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue