| Index: third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| index 1b3a7d95135ecac2a6aae4dffedc9f3a5ecdfd55..7f1034ec23a3775dae7888d9e936ff3710148cfb 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| @@ -393,11 +393,13 @@ class CORE_EXPORT HTMLMediaElement
|
| void disconnectedFromRemoteDevice() final;
|
| void cancelledRemotePlaybackRequest() final;
|
| void remotePlaybackStarted() final;
|
| + void wasBackgrounded() final;
|
| bool hasSelectedVideoTrack() final;
|
| WebMediaPlayer::TrackId getSelectedVideoTrackId() final;
|
| bool isAutoplayingMuted() final;
|
| void requestReload(const WebURL&) final;
|
| void activateViewportIntersectionMonitoring(bool) final;
|
| + bool isBackgroundVideoPlaybackUnlocked() final;
|
|
|
| void loadTimerFired(TimerBase*);
|
| void progressEventTimerFired(TimerBase*);
|
|
|