Index: third_party/WebKit/Source/core/html/HTMLMediaElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h |
index 0b731fbbd0c431616914cc58c7b831ad769ffcd3..7da49a7be90272387479247cad957bca793edb82 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h |
@@ -189,6 +189,7 @@ public: |
void textTrackReadyStateChanged(TextTrack*); |
void textTrackModeChanged(TextTrack*); |
+ void disableAutomaticTextTrackSelection(); |
// EventTarget function. |
// Both Node (via HTMLElement) and ActiveDOMObject define this method, which |
@@ -538,6 +539,8 @@ 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; |