| Index: Source/core/html/HTMLMediaElement.h
|
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
|
| index f8454da2f59338cae6884edc5213ab645d6aa6b3..cbb2fd968aa006973af5dcbe1805017ca957c84a 100644
|
| --- a/Source/core/html/HTMLMediaElement.h
|
| +++ b/Source/core/html/HTMLMediaElement.h
|
| @@ -210,6 +210,7 @@ public:
|
| void textTrackReadyStateChanged(TextTrack*);
|
|
|
| void textTrackModeChanged(TextTrack*);
|
| + void disableAutomaticTextTrackSelection();
|
|
|
| // EventTarget function.
|
| // Both Node (via HTMLElement) and ActiveDOMObject define this method, which
|
| @@ -547,6 +548,7 @@ private:
|
| bool m_havePreparedToPlay : 1;
|
| bool m_delayingLoadForPreloadNone : 1;
|
|
|
| + bool m_didPerformAutomaticTrackSelection : 1;
|
| bool m_tracksAreReady : 1;
|
| bool m_haveVisibleTextTrack : 1;
|
| bool m_processingPreferenceChange : 1;
|
|
|