Title: [255658] trunk/Source/WebKit
Revision
255658
Author
[email protected]
Date
2020-02-03 19:59:08 -0800 (Mon, 03 Feb 2020)

Log Message

Unreviewed, fix the internal build after <rdar://problem/59132944>

* UIProcess/ios/WKContentViewInteraction.h: Declare this helper in the header, now that it's consulted by some
WebKitAdditions code.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (255657 => 255658)


--- trunk/Source/WebKit/ChangeLog	2020-02-04 03:10:25 UTC (rev 255657)
+++ trunk/Source/WebKit/ChangeLog	2020-02-04 03:59:08 UTC (rev 255658)
@@ -1,5 +1,12 @@
 2020-02-03  Wenson Hsieh  <[email protected]>
 
+        Unreviewed, fix the internal build after <rdar://problem/59132944>
+
+        * UIProcess/ios/WKContentViewInteraction.h: Declare this helper in the header, now that it's consulted by some
+        WebKitAdditions code.
+
+2020-02-03  Wenson Hsieh  <[email protected]>
+
         Add a WebKitAdditions hook to override the behavior of -[WKContentView gestureRecognizer:shouldReceiveTouch:]
         https://bugs.webkit.org/show_bug.cgi?id=207162
         <rdar://problem/59129739>

Modified: trunk/Source/WebKit/UIProcess/ios/WKContentViewInteraction.h (255657 => 255658)


--- trunk/Source/WebKit/UIProcess/ios/WKContentViewInteraction.h	2020-02-04 03:10:25 UTC (rev 255657)
+++ trunk/Source/WebKit/UIProcess/ios/WKContentViewInteraction.h	2020-02-04 03:59:08 UTC (rev 255658)
@@ -489,6 +489,7 @@
 - (void)_updateChangedSelection;
 - (BOOL)_interpretKeyEvent:(::WebEvent *)theEvent isCharEvent:(BOOL)isCharEvent;
 - (void)_positionInformationDidChange:(const WebKit::InteractionInformationAtPosition&)info;
+- (BOOL)_currentPositionInformationIsValidForRequest:(const WebKit::InteractionInformationRequest&)request;
 - (void)_attemptClickAtLocation:(CGPoint)location modifierFlags:(UIKeyModifierFlags)modifierFlags;
 - (void)_willStartScrollingOrZooming;
 - (void)_didScroll;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to