DescriptionMerge WebKit r153448 (Optimizes the number of updateTextTrackDisplay calls)
Calling updateTextTrackDisplay() will cause the entire DOM subtree containing the active cues
to be torn down and rebuilt. Only call into this method when text tracks have actually changed.
Add an enum parameter to configureTextTrackDisplay() which allows the caller to specify that
method should assume that the list of visible text tracks has changed, forcing a call to
updateTextTrackDisplay().
http://trac.webkit.org/changeset/153448
R=acolwell
TEST=Existing tests pass.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=158530
Patch Set 1 #
Total comments: 6
Patch Set 2 : Updates #Patch Set 3 : Fix and rebase #Patch Set 4 : Updated tests #
Messages
Total messages: 18 (0 generated)
|