Chromium Code Reviews| Index: third_party/WebKit/public/platform/WebMediaPlayer.h |
| diff --git a/third_party/WebKit/public/platform/WebMediaPlayer.h b/third_party/WebKit/public/platform/WebMediaPlayer.h |
| index dd88518fb0a277a27ae0762c2e3c46d9364c81f4..b268556f8e4880987dd96d9193fa7c12628564ba 100644 |
| --- a/third_party/WebKit/public/platform/WebMediaPlayer.h |
| +++ b/third_party/WebKit/public/platform/WebMediaPlayer.h |
| @@ -272,6 +272,8 @@ class WebMediaPlayer { |
| // WebMediaPlayerClient::activateViewportIntersectionMonitoring(). |
| virtual void becameDominantVisibleContent(bool isDominant) {} |
| + virtual void becameDominantVisibleContentInFullscreen(bool isDominant) {} |
|
mlamouri (slow - plz ping)
2017/02/21 21:58:28
I would call this `setEffectivelyFullscreen` but i
Zhiqiang Zhang (Slow)
2017/02/22 12:29:18
Done.
|
| + |
| virtual void enabledAudioTracksChanged( |
| const WebVector<TrackId>& enabledTrackIds) {} |
| // |selectedTrackId| is null if no track is selected. |