| Index: Source/core/html/HTMLMediaElement.h
|
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
|
| index 77f6b4264072e9be480087d199a54e20daf25c1a..beb72d2c17b1e5d84187a4f1ae849105649791c1 100644
|
| --- a/Source/core/html/HTMLMediaElement.h
|
| +++ b/Source/core/html/HTMLMediaElement.h
|
| @@ -229,6 +229,9 @@ public:
|
| bool closedCaptionsVisible() const;
|
| void setClosedCaptionsVisible(bool);
|
|
|
| + static void setTextTrackKindUserPreferenceForAllMediaElements(Document*);
|
| + void automaticTrackSelectionForUpdatedUserPreference();
|
| +
|
| void remoteRouteAvailabilityChanged(bool);
|
| void connectedToRemoteDevice();
|
| void disconnectedFromRemoteDevice();
|
|
|