| Index: Source/core/html/HTMLMediaElement.h
|
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
|
| index db317f5f58a4b61e62358f652528ffa95fa168b4..37cd079facdb1d98ac073ad561f4cd089b81cfeb 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();
|
|
|