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

Unified Diff: Source/core/html/HTMLMediaElement.h

Issue 988763002: Start separating the text track container from the media controls (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/core/html/HTMLMediaElement.h
diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
index 96c5c4054f2001b4832412fc4ded06c28db3dd8d..6f91e2b34167ee79afe09b7022c99ac47c05bb9c 100644
--- a/Source/core/html/HTMLMediaElement.h
+++ b/Source/core/html/HTMLMediaElement.h
@@ -58,6 +58,7 @@ class MediaController;
class MediaControls;
class MediaError;
class HTMLMediaSource;
+class TextTrackContainer;
class TextTrackList;
class TimeRanges;
class URLRegistry;
@@ -414,6 +415,8 @@ private:
void ensureMediaControls();
void configureMediaControls();
+ TextTrackContainer& ensureTextTrackContainer();
+
virtual void* preDispatchEventHandler(Event*) override final;
void changeNetworkStateFromLoadingToIdle();

Powered by Google App Engine
This is Rietveld 408576698