Title: [231247] trunk/Source/WebKit
Revision
231247
Author
[email protected]
Date
2018-05-02 11:37:27 -0700 (Wed, 02 May 2018)

Log Message

Adopt -destinationWindowToExitFullScreenForWindow:
https://bugs.webkit.org/show_bug.cgi?id=185204
<rdar://problem/22486621>

Reviewed by Eric Carlson.

* UIProcess/mac/WKFullScreenWindowController.mm:
(-[WKFullScreenWindowController destinationWindowToExitFullScreenForWindow:]):

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (231246 => 231247)


--- trunk/Source/WebKit/ChangeLog	2018-05-02 18:35:01 UTC (rev 231246)
+++ trunk/Source/WebKit/ChangeLog	2018-05-02 18:37:27 UTC (rev 231247)
@@ -1,3 +1,14 @@
+2018-05-02  Jer Noble  <[email protected]>
+
+        Adopt -destinationWindowToExitFullScreenForWindow:
+        https://bugs.webkit.org/show_bug.cgi?id=185204
+        <rdar://problem/22486621>
+
+        Reviewed by Eric Carlson.
+
+        * UIProcess/mac/WKFullScreenWindowController.mm:
+        (-[WKFullScreenWindowController destinationWindowToExitFullScreenForWindow:]):
+
 2018-05-02  Per Arne Vollan  <[email protected]>
 
         Disable Media capture rules in sandbox for simulator.

Modified: trunk/Source/WebKit/UIProcess/mac/WKFullScreenWindowController.mm (231246 => 231247)


--- trunk/Source/WebKit/UIProcess/mac/WKFullScreenWindowController.mm	2018-05-02 18:35:01 UTC (rev 231246)
+++ trunk/Source/WebKit/UIProcess/mac/WKFullScreenWindowController.mm	2018-05-02 18:37:27 UTC (rev 231247)
@@ -534,6 +534,11 @@
     [self finishedExitFullScreenAnimation:YES];
 }
 
+- (NSWindow *)destinationWindowToExitFullScreenForWindow:(NSWindow *)window
+{
+    return self.webViewPlaceholder.window;
+}
+
 #pragma mark -
 #pragma mark Internal Interface
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to