Title: [177106] trunk/Source/WebKit2
Revision
177106
Author
timothy_hor...@apple.com
Date
2014-12-10 15:16:22 -0800 (Wed, 10 Dec 2014)

Log Message

Fix the build.

* UIProcess/API/mac/WKView.mm:
(-[WKView _targetWindowForMovePreparation]):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (177105 => 177106)


--- trunk/Source/WebKit2/ChangeLog	2014-12-10 23:07:50 UTC (rev 177105)
+++ trunk/Source/WebKit2/ChangeLog	2014-12-10 23:16:22 UTC (rev 177106)
@@ -1,5 +1,12 @@
 2014-12-10  Timothy Horton  <timothy_hor...@apple.com>
 
+        Fix the build.
+
+        * UIProcess/API/mac/WKView.mm:
+        (-[WKView _targetWindowForMovePreparation]):
+
+2014-12-10  Timothy Horton  <timothy_hor...@apple.com>
+
         Provide SPI to asynchronously move a WKView into a window and know when it has painted
         https://bugs.webkit.org/show_bug.cgi?id=139460
         <rdar://problem/19135389>

Modified: trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm (177105 => 177106)


--- trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm	2014-12-10 23:07:50 UTC (rev 177105)
+++ trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm	2014-12-10 23:16:22 UTC (rev 177106)
@@ -3452,6 +3452,11 @@
     [[super inputContext] discardMarkedText]; // Inform the input method that we won't have an inline input area despite having been asked to.
 }
 
+- (NSWindow *)_targetWindowForMovePreparation
+{
+    return _data->_targetWindowForMovePreparation;
+}
+
 #if ENABLE(FULLSCREEN_API)
 - (BOOL)_hasFullScreenWindowController
 {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to