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

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

Issue 13968007: Create WebInbandTextTrack and WebInbandTextTrackClient (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/WebCore/html/track/InbandTextTrack.cpp
diff --git a/Source/WebCore/html/track/InbandTextTrack.cpp b/Source/WebCore/html/track/InbandTextTrack.cpp
index cd97f6530669c4b3d573287c9418156e699161b9..08b290b595d0d9d6e10266704888651ae4e66d61 100644
--- a/Source/WebCore/html/track/InbandTextTrack.cpp
+++ b/Source/WebCore/html/track/InbandTextTrack.cpp
@@ -26,6 +26,7 @@
#include "config.h"
#include "InbandTextTrack.h"
+#include "GenericCueData.h"
acolwell GONE FROM CHROMIUM 2013/04/17 00:13:56 nit: This should be in the group below in alphabet
Matthew Heaney (Chromium) 2013/04/18 23:15:42 Done.
#include "Document.h"
#include "Event.h"

Powered by Google App Engine
This is Rietveld 408576698