Title: [233936] trunk/Source/WebCore
Revision
233936
Author
[email protected]
Date
2018-07-18 15:29:04 -0700 (Wed, 18 Jul 2018)

Log Message

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

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

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (233935 => 233936)


--- trunk/Source/WebCore/ChangeLog	2018-07-18 22:23:25 UTC (rev 233935)
+++ trunk/Source/WebCore/ChangeLog	2018-07-18 22:29:04 UTC (rev 233936)
@@ -1,3 +1,10 @@
+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  Antoine Quint  <[email protected]>
 
         [Web Animations] Interpolation between font-styles with a keyword value should be discrete

Modified: trunk/Source/WebCore/platform/mac/VideoFullscreenInterfaceMac.mm (233935 => 233936)


--- trunk/Source/WebCore/platform/mac/VideoFullscreenInterfaceMac.mm	2018-07-18 22:23:25 UTC (rev 233935)
+++ trunk/Source/WebCore/platform/mac/VideoFullscreenInterfaceMac.mm	2018-07-18 22:29:04 UTC (rev 233936)
@@ -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