Chromium Code Reviews| 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..0389e2024a192bc4069a931eb4f981c6e22e2272 100644 |
| --- a/third_party/WebKit/Source/core/html/shadow/MediaControls.h |
| +++ b/third_party/WebKit/Source/core/html/shadow/MediaControls.h |
| @@ -34,6 +34,7 @@ namespace blink { |
| class Event; |
| class TextTrackContainer; |
| +class TextTrackList; |
|
mlamouri (slow - plz ping)
2016/10/31 10:23:13
You no longer need this forward declaration.
|
| class MediaControlsWindowEventListener; |
| class CORE_EXPORT MediaControls final : public HTMLDivElement { |
| @@ -61,6 +62,8 @@ class CORE_EXPORT MediaControls final : public HTMLDivElement { |
| void changedClosedCaptionsVisibility(); |
| void refreshClosedCaptionsButtonVisibility(); |
| void toggleTextTrackList(); |
| + void showTextTrackAtIndex(unsigned indexToEnable); |
| + void disableShowingTextTracks(); |
| void enteredFullscreen(); |
| void exitedFullscreen(); |