| 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);
|
|
|