| Index: third_party/WebKit/Source/core/html/shadow/MediaControls.h
|
| diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControls.h b/third_party/WebKit/Source/core/html/shadow/MediaControls.h
|
| index 6c1ba2e91a9f6f5fe23fb689b403b37fcfdd0391..a28fe490bee46462a7503d348fc0a5b37fd26ef4 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/MediaControls.h
|
| +++ b/third_party/WebKit/Source/core/html/shadow/MediaControls.h
|
| @@ -61,6 +61,8 @@ class CORE_EXPORT MediaControls final : public HTMLDivElement {
|
| void changedClosedCaptionsVisibility();
|
| void refreshClosedCaptionsButtonVisibility();
|
| void toggleTextTrackList();
|
| + void showTextTrackAtIndex(unsigned indexToEnable);
|
| + void disableShowingTextTracks();
|
|
|
| void enteredFullscreen();
|
| void exitedFullscreen();
|
|
|