Title: [234389] branches/safari-606-branch/Source/WebCore

Diff

Modified: branches/safari-606-branch/Source/WebCore/ChangeLog (234388 => 234389)


--- branches/safari-606-branch/Source/WebCore/ChangeLog	2018-07-30 22:01:35 UTC (rev 234388)
+++ branches/safari-606-branch/Source/WebCore/ChangeLog	2018-07-30 22:01:38 UTC (rev 234389)
@@ -1,3 +1,7 @@
+2018-07-30  Kocsen Chung  <[email protected]>
+
+        Revert r234051. rdar://problem/42451584
+
 2018-07-30  Babak Shafiei  <[email protected]>
 
         Revert r234078. rdar://problem/42490088

Modified: branches/safari-606-branch/Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm (234388 => 234389)


--- branches/safari-606-branch/Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm	2018-07-30 22:01:35 UTC (rev 234388)
+++ branches/safari-606-branch/Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm	2018-07-30 22:01:38 UTC (rev 234389)
@@ -1096,7 +1096,7 @@
     }
 #endif
 
-#if HAVE(AVFOUNDATION_VIDEO_OUTPUT)
+#if PLATFORM(WATCHOS)
     createVideoOutput();
 #endif
 

Modified: branches/safari-606-branch/Source/WebCore/platform/ios/VideoFullscreenInterfaceAVKit.mm (234388 => 234389)


--- branches/safari-606-branch/Source/WebCore/platform/ios/VideoFullscreenInterfaceAVKit.mm	2018-07-30 22:01:35 UTC (rev 234388)
+++ branches/safari-606-branch/Source/WebCore/platform/ios/VideoFullscreenInterfaceAVKit.mm	2018-07-30 22:01:38 UTC (rev 234389)
@@ -1668,12 +1668,9 @@
 
     WebAVPlayerLayer *playerLayer = (WebAVPlayerLayer *)[m_playerLayerView playerLayer];
 
-    auto modelVideoLayerFrame = CGRectMake(0, 0, m_inlineRect.width(), m_inlineRect.height());
-    [playerLayer setModelVideoLayerFrame:modelVideoLayerFrame];
+    [playerLayer setModelVideoLayerFrame:CGRectMake(0, 0, m_inlineRect.width(), m_inlineRect.height())];
     [playerLayer setVideoDimensions:[playerController() contentDimensions]];
     playerLayer.fullscreenInterface = this;
-    if (m_videoFullscreenModel)
-        m_videoFullscreenModel->setVideoLayerFrame(modelVideoLayerFrame);
 
     if (!m_playerViewController)
         m_playerViewController = adoptNS([[WebAVPlayerViewController alloc] initWithFullscreenInterface:this]);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to