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