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:
Jonathan Watt 2015-02-12 17:56:57 +00:00
Родитель 44832e736c
Коммит 602ecbe7be
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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: