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

Unified Diff: third_party/WebKit/Source/core/html/track/TextTrackKindUserPreference.h

Issue 2393633005: reflow comments in core/imagebitmap,core/html/track (Closed)
Patch Set: Created 4 years, 2 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: third_party/WebKit/Source/core/html/track/TextTrackKindUserPreference.h
diff --git a/third_party/WebKit/Source/core/html/track/TextTrackKindUserPreference.h b/third_party/WebKit/Source/core/html/track/TextTrackKindUserPreference.h
index 338b863825f86281ef734113f484758c637186f7..c050fab7c7c632165bf3e029575096d1057bfbe3 100644
--- a/third_party/WebKit/Source/core/html/track/TextTrackKindUserPreference.h
+++ b/third_party/WebKit/Source/core/html/track/TextTrackKindUserPreference.h
@@ -11,9 +11,11 @@ namespace blink {
enum class TextTrackKindUserPreference {
// Display only tracks marked as default.
Default,
- // If available, display captions track in preferred language, else display subtitles.
+ // If available, display captions track in preferred language, else display
+ // subtitles.
Captions,
- // If available, display subtitles track in preferred language, else display captions.
+ // If available, display subtitles track in preferred language, else display
+ // captions.
Subtitles
};
« no previous file with comments | « third_party/WebKit/Source/core/html/track/TextTrack.cpp ('k') | third_party/WebKit/Source/core/html/track/TextTrackList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698