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

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

Issue 949203002: Separate the text track container from the media controls (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address nits Created 5 years, 9 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
« no previous file with comments | « Source/core/html/HTMLMediaElement.cpp ('k') | Source/core/html/shadow/MediaControls.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/shadow/MediaControls.h
diff --git a/Source/core/html/shadow/MediaControls.h b/Source/core/html/shadow/MediaControls.h
index db9593b0b24afa51360b933ba8f6b96fc0e0a246..889e5ab63e67f6bcb7f079ba94c29d82bbe519b7 100644
--- a/Source/core/html/shadow/MediaControls.h
+++ b/Source/core/html/shadow/MediaControls.h
@@ -68,8 +68,6 @@ public:
void refreshCastButtonVisibility();
void showOverlayCastButton();
- TextTrackContainer* textTrackContainer();
-
void mediaElementFocused();
DECLARE_VIRTUAL_TRACE();
@@ -112,9 +110,6 @@ private:
// Container for the media control elements.
RawPtrWillBeMember<MediaControlPanelElement> m_panel;
- // Container for the text track cues.
- RawPtrWillBeMember<TextTrackContainer> m_textTrackContainer;
-
// Media control elements.
RawPtrWillBeMember<MediaControlOverlayPlayButtonElement> m_overlayPlayButton;
RawPtrWillBeMember<MediaControlOverlayEnclosureElement> m_overlayEnclosure;
« no previous file with comments | « Source/core/html/HTMLMediaElement.cpp ('k') | Source/core/html/shadow/MediaControls.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698