Bug 153239 - Enable API related to the video fullscreen layer in MediaPlayerPrivateMediaStreamAVFObjC for Mac.
Summary: Enable API related to the video fullscreen layer in MediaPlayerPrivateMediaSt...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ada Chan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-19 10:35 PST by Ada Chan
Modified: 2016-03-08 15:16 PST (History)
1 user (show)

See Also:


Attachments
Patch (7.30 KB, patch)
2016-03-08 12:06 PST, Ada Chan
no flags Details | Formatted Diff | Diff
Patch (7.33 KB, patch)
2016-03-08 12:46 PST, Ada Chan
eric.carlson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ada Chan 2016-01-19 10:35:30 PST
Enable API related to the video fullscreen layer in MediaPlayerPrivateMediaStreamAVFObjC for Mac.

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;
Comment 1 Ada Chan 2016-03-08 12:06:54 PST
Created attachment 273312 [details]
Patch
Comment 2 Ada Chan 2016-03-08 12:46:19 PST
Created attachment 273319 [details]
Patch
Comment 3 Ada Chan 2016-03-08 15:16:58 PST
Committed:
http://trac.webkit.org/changeset/197807