Index: Source/core/html/HTMLMediaElement.h |
diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h |
index e943be2fe2140ada262bf731f9f35ba972d81c8a..0dc35da799e764dd5957c78ea24b0b20ee1aa8b5 100644 |
--- a/Source/core/html/HTMLMediaElement.h |
+++ b/Source/core/html/HTMLMediaElement.h |
@@ -221,9 +221,9 @@ public: |
}; |
void configureTextTrackGroupForLanguage(const TrackGroup&) const; |
- void configureTextTracks(); |
- void configureTextTrackGroup(const TrackGroup&); |
- void configureMetadataTextTrackGroup(const TrackGroup&); |
+ void honorUserPreferencesForAutomaticTextTrackSelection(); |
+ void performAutomaticTextTrackSelection(const TrackGroup&); |
+ void enableDefaultMetadataTextTracks(const TrackGroup&); |
bool textTracksAreReady() const; |
enum VisibilityChangeAssumption { |