| 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 87c058c8da7cf3760c0fa3293db6c6c03b65dd3d..67fa8b7a8a490ade3d327c60ce6fd505b301b624 100644
|
| --- a/third_party/WebKit/public/platform/WebMediaPlayer.h
|
| +++ b/third_party/WebKit/public/platform/WebMediaPlayer.h
|
| @@ -226,6 +226,8 @@ class WebMediaPlayer {
|
| // Inform WebMediaPlayer when the element has entered/exited fullscreen.
|
| virtual void enteredFullscreen() {}
|
| virtual void exitedFullscreen() {}
|
| + // Inform WebMediaPlayer when the element/viewport ratio changed.
|
| + virtual void videoViewportRatioChanged(double ratio) {}
|
|
|
| virtual void enabledAudioTracksChanged(
|
| const WebVector<TrackId>& enabledTrackIds) {}
|
|
|