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

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

Issue 2456993003: Improve caption button behavior for video player. (Closed)
Patch Set: Addresss feedback Created 4 years, 1 month 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/MediaControlElements.h
diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControlElements.h b/third_party/WebKit/Source/core/html/shadow/MediaControlElements.h
index d7d6ad4a376e9801f7513c6f67afbdf9345de4ca..f581f5496eebecfd866e199b497fa406d62ae5c5 100644
--- a/third_party/WebKit/Source/core/html/shadow/MediaControlElements.h
+++ b/third_party/WebKit/Source/core/html/shadow/MediaControlElements.h
@@ -185,9 +185,6 @@ class MediaControlTextTrackListElement final : public MediaControlDivElement {
// Creates the track element in the list when a valid track is passed in and
// the "Off" item when the parameter is null.
Element* createTextTrackListItem(TextTrack*);
-
- void showTextTrackAtIndex(unsigned);
- void disableShowingTextTracks();
};
// ----------------------------

Powered by Google App Engine
This is Rietveld 408576698