Title: [234298] branches/safari-606-branch/Source/WebCore
Revision
234298
Author
[email protected]
Date
2018-07-26 23:02:02 -0700 (Thu, 26 Jul 2018)

Log Message

Cherry-pick r233936. rdar://problem/42354941

    Unreviewed API Test fix; restored a line inadventantly removed in r233926.

    * platform/mac/VideoFullscreenInterfaceMac.mm:
    (-[WebVideoFullscreenInterfaceMacObjC pipDidClose:]):

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@233936 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-606-branch/Source/WebCore/ChangeLog (234297 => 234298)


--- branches/safari-606-branch/Source/WebCore/ChangeLog	2018-07-27 06:02:00 UTC (rev 234297)
+++ branches/safari-606-branch/Source/WebCore/ChangeLog	2018-07-27 06:02:02 UTC (rev 234298)
@@ -1,5 +1,23 @@
 2018-07-26  Babak Shafiei  <[email protected]>
 
+        Cherry-pick r233936. rdar://problem/42354941
+
+    Unreviewed API Test fix; restored a line inadventantly removed in r233926.
+    
+    * platform/mac/VideoFullscreenInterfaceMac.mm:
+    (-[WebVideoFullscreenInterfaceMacObjC pipDidClose:]):
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@233936 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2018-07-18  Jer Noble  <[email protected]>
+
+            Unreviewed API Test fix; restored a line inadventantly removed in r233926.
+
+            * platform/mac/VideoFullscreenInterfaceMac.mm:
+            (-[WebVideoFullscreenInterfaceMacObjC pipDidClose:]):
+
+2018-07-26  Babak Shafiei  <[email protected]>
+
         Cherry-pick r233930. rdar://problem/42354941
 
     Unreviewed build fix after r233926; BOOL !== bool.

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


--- branches/safari-606-branch/Source/WebCore/platform/mac/VideoFullscreenInterfaceMac.mm	2018-07-27 06:02:00 UTC (rev 234297)
+++ branches/safari-606-branch/Source/WebCore/platform/mac/VideoFullscreenInterfaceMac.mm	2018-07-27 06:02:02 UTC (rev 234298)
@@ -302,6 +302,8 @@
             }
         }
 
+        _videoFullscreenInterfaceMac->clearMode(HTMLMediaElementEnums::VideoFullscreenModePictureInPicture);
+
         if (VideoFullscreenChangeObserver* fullscreenChangeObserver = _videoFullscreenInterfaceMac->videoFullscreenChangeObserver())
             fullscreenChangeObserver->didExitFullscreen();
     }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to