Chromium Code Reviews

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

Issue 12087064: Merge 140834 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 11 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.h
===================================================================
--- Source/WebCore/html/HTMLMediaElement.h (revision 141160)
+++ Source/WebCore/html/HTMLMediaElement.h (working copy)
@@ -72,7 +72,8 @@
class InbandTextTrackPrivate;
typedef PODIntervalTree<double, TextTrackCue*> CueIntervalTree;
-typedef Vector<CueIntervalTree::IntervalType> CueList;
+typedef CueIntervalTree::IntervalType CueInterval;
+typedef Vector<CueInterval> CueList;
#endif
// FIXME: The inheritance from MediaPlayerClient here should be private inheritance.
« no previous file with comments | « LayoutTests/media/track/track-remove-active-cue-crash-expected.txt ('k') | Source/WebCore/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine