mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1073379, part 3 - Make AnimationPlayer::SetStartTime() notify its animation manager (via its player collection) of changes so that computed style is updated correctly. r=dholbert
This commit is contained in:
parent
50d187e03e
commit
fa1e127bb0
@ -70,6 +70,7 @@ AnimationPlayer::SetStartTime(const Nullable<TimeDuration>& aNewStartTime)
|
||||
}
|
||||
|
||||
UpdateSourceContent();
|
||||
PostUpdate();
|
||||
|
||||
// FIXME: Once bug 1074630 is fixed, run the procedure to update a player's
|
||||
// finished state for player:
|
||||
|
Loading…
Reference in New Issue
Block a user