зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1134381 - Don't pause an AnimationPlayer if it is already paused; r=jwatt
This commit is contained in:
Родитель
904ab2a977
Коммит
9838a4dd51
|
@ -558,7 +558,7 @@ AnimationPlayer::DoPlay(LimitBehavior aLimitBehavior)
|
|||
void
|
||||
AnimationPlayer::DoPause()
|
||||
{
|
||||
if (mPendingState == PendingState::PausePending) {
|
||||
if (IsPausedOrPausing()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче