Make TextTrackCue::CueDidChange ordering updates fine-grained
Only do an remove-add cycle for the cue when the start or end time is updated. This will avoid changing the cue order for cues which need to make use of the "tie-breaker" (have same 'startTime' and 'endTime'.) It should also make non-time updates to a cue faster. Remove media/track/opera/interfaces/VTTCue/snapToLines.html since it's a duplicate of the WPT test. Bug: 783779 Change-Id: I919b0acdb6ec2e6f0b6e11fb75996e7292168f95 Reviewed-on: https://chromium-review.googlesource.com/763527Reviewed-by:srirama chandra sekhar <srirama.m@samsung.com> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#515845}
Showing
Please register or sign in to comment