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

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

Issue 1079323002: Support text track selection in video controls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and addressed fs' comments Created 4 years, 10 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: third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.h
diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.h b/third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.h
index 6ee8a71796372af6b173893c6c71045a18316d72..4245fb5e7c4686b05088e5b17fc3643acfad7d86 100644
--- a/third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.h
+++ b/third_party/WebKit/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,
@@ -81,6 +83,8 @@ public:
void setIsWanted(bool);
bool isWanted();
+ bool isHidden();
+
// Tell us whether we fit or not. This will hide / show the control as
// needed, also.
void setDoesFit(bool);

Powered by Google App Engine
This is Rietveld 408576698