| 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 75db1339d060c067c15e633cd2baa69f5af61843..0f4322ca0fdcddab1889145def5b488e416f4227 100644
|
| --- a/third_party/WebKit/public/platform/WebMediaPlayer.h
|
| +++ b/third_party/WebKit/public/platform/WebMediaPlayer.h
|
| @@ -228,6 +228,10 @@ class WebMediaPlayer {
|
| virtual void enteredFullscreen() {}
|
| virtual void exitedFullscreen() {}
|
|
|
| + // Inform WebmediaPlayer when the element starts/stops stably filling most of
|
| + // the viewport.
|
| + virtual void stablyFilledMostViewport(bool isMostlyFillingViewport) {}
|
| +
|
| virtual void enabledAudioTracksChanged(
|
| const WebVector<TrackId>& enabledTrackIds) {}
|
| // |selectedTrackId| is null if no track is selected.
|
|
|