Title: [234388] branches/safari-606-branch/Source/WebCore
Revision
234388
Author
[email protected]
Date
2018-07-30 15:01:35 -0700 (Mon, 30 Jul 2018)

Log Message

Revert r234078. rdar://problem/42490088

Modified Paths

Diff

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


--- branches/safari-606-branch/Source/WebCore/ChangeLog	2018-07-30 22:01:32 UTC (rev 234387)
+++ branches/safari-606-branch/Source/WebCore/ChangeLog	2018-07-30 22:01:35 UTC (rev 234388)
@@ -1,5 +1,9 @@
 2018-07-30  Babak Shafiei  <[email protected]>
 
+        Revert r234078. rdar://problem/42490088
+
+2018-07-30  Babak Shafiei  <[email protected]>
+
         Revert r234264. rdar://problem/42650373
 
 2018-07-30  Babak Shafiei  <[email protected]>

Modified: branches/safari-606-branch/Source/WebCore/platform/mac/VideoFullscreenInterfaceMac.mm (234387 => 234388)


--- branches/safari-606-branch/Source/WebCore/platform/mac/VideoFullscreenInterfaceMac.mm	2018-07-30 22:01:32 UTC (rev 234387)
+++ branches/safari-606-branch/Source/WebCore/platform/mac/VideoFullscreenInterfaceMac.mm	2018-07-30 22:01:35 UTC (rev 234388)
@@ -333,8 +333,8 @@
     if (PlaybackSessionModel* playbackSessionModel = _videoFullscreenInterfaceMac->playbackSessionModel())
         playbackSessionModel->pause();
 
-    _videoFullscreenInterfaceMac->requestHideAndExitFullscreen();
-    _pipState = PIPState::ExitingPIP;
+    // FIXME 25096170: Should animate only if the page with the video is unobscured. For now, always close without animation.
+    [self exitPIP];
 }
 
 @end
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to