[webkit-reviews] review granted: [Bug 131316] [WK2][iOS] Consecutive videos in full screen display only black : [Attachment 228762] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 7 16:23:14 PDT 2014
Eric Carlson <eric.carlson at apple.com> has granted Jer Noble
<jer.noble at apple.com>'s request for review:
Bug 131316: [WK2][iOS] Consecutive videos in full screen display only black
https://bugs.webkit.org/show_bug.cgi?id=131316
Attachment 228762: Patch
https://bugs.webkit.org/attachment.cgi?id=228762&action=review
------- Additional Comments from Eric Carlson <eric.carlson at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=228762&action=review
>
Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundati
onObjC.mm:537
> + if (m_videoFullscreenLayer)
> + [m_videoLayer removeFromSuperlayer];
This needs a #if PLATFORM(IOS) guard.
More information about the webkit-reviews
mailing list