Chromium Code Reviews

Unified Diff: Source/WebCore/html/HTMLMediaElement.cpp

Issue 12183027: Merge 141127 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/WebCore/html/HTMLMediaElement.cpp
===================================================================
--- Source/WebCore/html/HTMLMediaElement.cpp (revision 141795)
+++ Source/WebCore/html/HTMLMediaElement.cpp (working copy)
@@ -1394,6 +1394,7 @@
if (index != notFound)
m_currentlyActiveCues.remove(index);
+ cue->removeDisplayTree();
updateActiveTextTrackCues(currentTime());
}

Powered by Google App Engine