Chromium Code Reviews| Index: Source/core/html/HTMLMediaElement.h |
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h |
| index 96c5c4054f2001b4832412fc4ded06c28db3dd8d..5b3420561b9322152d83d1b6ca33a66854871feb 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,9 @@ private: |
| void ensureMediaControls(); |
| void configureMediaControls(); |
| + TextTrackContainer* textTrackContainer() const; |
|
philipj_slow
2015/02/26 09:51:52
Oops, will remove this.
fs
2015/02/26 12:30:51
I'd hope it should be possible to remove the one b
philipj_slow
2015/02/27 07:32:44
Who would be responsible for creating and insertin
fs
2015/02/27 09:50:31
It would still be the HTMLMediaElement doing that,
philipj_slow
2015/02/27 10:00:01
OK, that sounds good with some imaginary salt :)
|
| + TextTrackContainer& ensureTextTrackContainer(); |
| + |
| virtual void* preDispatchEventHandler(Event*) override final; |
| void changeNetworkStateFromLoadingToIdle(); |