RESOLVED FIXED 153222
Enable API related to the video fullscreen layer in MediaPlayerPrivateAVFoundationObjC for cocoa platforms with VIDEO_PRESENTATION_MODE enabled
https://bugs.webkit.org/show_bug.cgi?id=153222
Summary Enable API related to the video fullscreen layer in MediaPlayerPrivateAVFound...
Ada Chan
Reported 2016-01-18 22:29:56 PST
Enable API related to the video fullscreen layer in MediaPlayerPrivateAVFoundationObjC for all cocoa platforms. Right now they are only enabled on iOS. These API include: virtual void setVideoFullscreenLayer(PlatformLayer*) override; virtual void setVideoFullscreenFrame(FloatRect) override; virtual void setVideoFullscreenGravity(MediaPlayer::VideoGravity) override; virtual void setVideoFullscreenMode(MediaPlayer::VideoFullscreenMode) override;
Attachments
Patch (33.83 KB, patch)
2016-01-25 11:12 PST, Ada Chan
no flags
Patch (33.85 KB, patch)
2016-01-25 11:52 PST, Ada Chan
no flags
Patch (33.88 KB, patch)
2016-01-25 13:03 PST, Ada Chan
eric.carlson: review+
Ada Chan
Comment 1 2016-01-18 22:31:09 PST
Ada Chan
Comment 2 2016-01-25 11:12:24 PST
Ada Chan
Comment 3 2016-01-25 11:31:54 PST
Comment on attachment 269765 [details] Patch Fixing the iOS build error.
Ada Chan
Comment 4 2016-01-25 11:52:44 PST
Ada Chan
Comment 5 2016-01-25 13:03:04 PST
Ada Chan
Comment 6 2016-01-26 10:58:02 PST
Note You need to log in before you can comment on or make changes to this bug.