Bug 1275808 - Move the UpdateCueDisplay() into TimeMarchesOn() as step 18. r=rillian

MozReview-Commit-ID: GrcZCjstBy9
This commit is contained in:
bechen
2016-06-01 17:37:26 +08:00
parent 293a787831
commit e0bae2d76b
3 changed files with 12 additions and 13 deletions

View File

@@ -4826,7 +4826,7 @@ void HTMLMediaElement::FireTimeUpdate(bool aPeriodic)
// us before our parent. In that case UnbindFromTree will call us
// when our parent is unlinked.
if (mTextTrackManager) {
mTextTrackManager->UpdateCueDisplay();
mTextTrackManager->TimeMarchesOn();
}
}