mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-25 17:43:44 +00: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
44832e736c
commit
602ecbe7be
@ -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