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

Unified Diff: third_party/WebKit/Source/core/html/shadow/MediaControlElements.h

Issue 2393133004: reflow comments in core/html/shadow (Closed)
Patch Set: oops 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/shadow/MediaControlElements.h
diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControlElements.h b/third_party/WebKit/Source/core/html/shadow/MediaControlElements.h
index 31d8f1af52801bb1b9c08808a4b3977343f7d2c6..d7d6ad4a376e9801f7513c6f67afbdf9345de4ca 100644
--- a/third_party/WebKit/Source/core/html/shadow/MediaControlElements.h
+++ b/third_party/WebKit/Source/core/html/shadow/MediaControlElements.h
@@ -179,9 +179,11 @@ class MediaControlTextTrackListElement final : public MediaControlDivElement {
void refreshTextTrackListMenu();
- // Returns the label for the track when a valid track is passed in and "Off" when the parameter is null.
+ // Returns the label for the track when a valid track is passed in and "Off"
+ // when the parameter is null.
String getTextTrackLabel(TextTrack*);
- // Creates the track element in the list when a valid track is passed in and the "Off" item when the parameter is null.
+ // Creates the track element in the list when a valid track is passed in and
+ // the "Off" item when the parameter is null.
Element* createTextTrackListItem(TextTrack*);
void showTextTrackAtIndex(unsigned);

Powered by Google App Engine
This is Rietveld 408576698