Title: [233974] branches/safari-606-branch/Source/WebCore
Revision
233974
Author
[email protected]
Date
2018-07-18 19:01:15 -0700 (Wed, 18 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 (233973 => 233974)


--- branches/safari-606-branch/Source/WebCore/ChangeLog	2018-07-19 02:01:13 UTC (rev 233973)
+++ branches/safari-606-branch/Source/WebCore/ChangeLog	2018-07-19 02:01:15 UTC (rev 233974)
@@ -1,5 +1,23 @@
 2018-07-18  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-18  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 (233973 => 233974)


--- branches/safari-606-branch/Source/WebCore/platform/mac/VideoFullscreenInterfaceMac.mm	2018-07-19 02:01:13 UTC (rev 233973)
+++ branches/safari-606-branch/Source/WebCore/platform/mac/VideoFullscreenInterfaceMac.mm	2018-07-19 02:01:15 UTC (rev 233974)
@@ -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