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

Unified Diff: Source/core/html/shadow/MediaControlElementTypes.h

Issue 1082533002: Support text track selection in video controls (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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: Source/core/html/shadow/MediaControlElementTypes.h
diff --git a/Source/core/html/shadow/MediaControlElementTypes.h b/Source/core/html/shadow/MediaControlElementTypes.h
index cb306cf59e96799bbda5e22cd6d04650df02bbbc..c80f9000bd7385a39e92b6eb24912c99376599fa 100644
--- a/Source/core/html/shadow/MediaControlElementTypes.h
+++ b/Source/core/html/shadow/MediaControlElementTypes.h
@@ -48,11 +48,14 @@ enum MediaControlElementType {
MediaSliderThumb,
MediaShowClosedCaptionsButton,
MediaHideClosedCaptionsButton,
+ MediaClosedCaptionsTrackListContainer,
+ MediaClosedCaptionsTrackList,
MediaUnMuteButton,
MediaPauseButton,
MediaTimelineContainer,
MediaCurrentTimeDisplay,
MediaTimeRemainingDisplay,
+ MediaTrackSelectionCheckmark,
MediaControlsPanel,
MediaVolumeSliderContainer,
MediaVolumeSlider,
@@ -78,6 +81,7 @@ class MediaControlElement : public WillBeGarbageCollectedMixin {
public:
void hide();
void show();
+ bool isVisible();
MediaControlElementType displayType() { return m_displayType; }

Powered by Google App Engine
This is Rietveld 408576698