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