Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1116)

Unified Diff: Source/core/html/track/InbandTextTrack.cpp

Issue 13968007: Create WebInbandTextTrack and WebInbandTextTrackClient (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: incorporate aaron's comments Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/html/track/InbandTextTrack.cpp
diff --git a/Source/core/html/track/InbandTextTrack.cpp b/Source/core/html/track/InbandTextTrack.cpp
index cd97f6530669c4b3d573287c9418156e699161b9..bffc1f46b139100ee6d42f5f84a0d532e5501ec5 100644
--- a/Source/core/html/track/InbandTextTrack.cpp
+++ b/Source/core/html/track/InbandTextTrack.cpp
@@ -30,6 +30,7 @@
#include "Document.h"
#include "Event.h"
#include "ExceptionCodePlaceholder.h"
+#include "GenericCueData.h"
#include "InbandTextTrackPrivate.h"
#include "Logging.h"
#include "MediaPlayer.h"
@@ -187,4 +188,3 @@ void InbandTextTrack::addWebVTTCue(InbandTextTrackPrivate* trackPrivate, double
}
} // namespace WebCore
-

Powered by Google App Engine
This is Rietveld 408576698