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

Unified Diff: media/webm/webm_parser.h

Issue 13419002: Media Source dispatches inband text tracks (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: incorporated aaron's comments Created 7 years, 7 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: media/webm/webm_parser.h
diff --git a/media/webm/webm_parser.h b/media/webm/webm_parser.h
index 1fa71e7095c43bb83cb426598d27735eb800f87f..68611a85bd4f07ace24284addbf882a24db199d0 100644
--- a/media/webm/webm_parser.h
+++ b/media/webm/webm_parser.h
@@ -153,15 +153,6 @@ class MEDIA_EXPORT WebMListParser {
int MEDIA_EXPORT WebMParseElementHeader(const uint8* buf, int size,
int* id, int64* element_size);
-// Specifies the varieties of text tracks.
-enum TextKind {
- kTextNone,
- kTextSubtitles,
- kTextCaptions,
- kTextDescriptions,
- kTextMetadata
-};
-
} // namespace media
#endif // MEDIA_WEBM_WEBM_PARSER_H_

Powered by Google App Engine
This is Rietveld 408576698