Index: Source/core/html/shadow/MediaControlElementTypes.h |
diff --git a/Source/core/html/shadow/MediaControlElementTypes.h b/Source/core/html/shadow/MediaControlElementTypes.h |
index cb306cf59e96799bbda5e22cd6d04650df02bbbc..94b3dff8042a5a59968abf20dec1e1900ce957ff 100644 |
--- a/Source/core/html/shadow/MediaControlElementTypes.h |
+++ b/Source/core/html/shadow/MediaControlElementTypes.h |
@@ -48,11 +48,13 @@ enum MediaControlElementType { |
MediaSliderThumb, |
MediaShowClosedCaptionsButton, |
MediaHideClosedCaptionsButton, |
+ MediaTextTrackList, |
MediaUnMuteButton, |
MediaPauseButton, |
MediaTimelineContainer, |
MediaCurrentTimeDisplay, |
MediaTimeRemainingDisplay, |
+ MediaTrackSelectionCheckmark, |
MediaControlsPanel, |
MediaVolumeSliderContainer, |
MediaVolumeSlider, |
@@ -78,6 +80,7 @@ class MediaControlElement : public WillBeGarbageCollectedMixin { |
public: |
void hide(); |
void show(); |
+ bool isVisible(); |
MediaControlElementType displayType() { return m_displayType; } |