DescriptionRemove TextTrackCue::notifyRegionWhenRemovingDisplayTree
This method is only called in CueTimeline::removeCue, and in there it's
only used to reset the m_notifyRegion flag in VTTCue temporarily while
calling removeDisplayTree. Remove notifyRegionWhenRemovingDisplayTree
in favor of passing a flag to removeDisplayTree.
In order to achieve this though we need to hoist the submerged call
to removeDisplayTree from TextTrackCue::setIsActive. This in turn makes
it clear that removeDisplayTree was called twice in the relevant
context.
BUG=321654, 322434
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=190547
Patch Set 1 #Patch Set 2 : Hoist removeDisplayTree-call from setIsActive. #
Messages
Total messages: 6 (2 generated)
|