Title: [256634] trunk/Source/WebKit
Revision
256634
Author
wenson_hs...@apple.com
Date
2020-02-14 13:09:02 -0800 (Fri, 14 Feb 2020)

Log Message

Unreviewed, fix the iOS 13.1 build after r256520

These two methods are not in the internal iOS 13.1 SDK.

* Platform/spi/ios/UIKitSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (256633 => 256634)


--- trunk/Source/WebKit/ChangeLog	2020-02-14 20:06:28 UTC (rev 256633)
+++ trunk/Source/WebKit/ChangeLog	2020-02-14 21:09:02 UTC (rev 256634)
@@ -1,3 +1,11 @@
+2020-02-14  Wenson Hsieh  <wenson_hs...@apple.com>
+
+        Unreviewed, fix the iOS 13.1 build after r256520
+
+        These two methods are not in the internal iOS 13.1 SDK.
+
+        * Platform/spi/ios/UIKitSPI.h:
+
 2020-02-14  Christopher Reid  <chris.r...@sony.com>
 
         [Win] Implement NetworkCache::Data by using FileSystem::MappedFileData

Modified: trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h (256633 => 256634)


--- trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h	2020-02-14 20:06:28 UTC (rev 256633)
+++ trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h	2020-02-14 21:09:02 UTC (rev 256634)
@@ -453,8 +453,6 @@
 - (void)selectionChanged;
 - (void)setGestureRecognizers;
 - (void)willStartScrollingOverflow;
-- (void)willStartScrollingOrZooming;
-- (void)didEndScrollingOrZooming;
 @end
 
 @interface UITextSuggestion : NSObject
@@ -1115,6 +1113,8 @@
 @interface UITextInteractionAssistant (IPI)
 @property (nonatomic, readonly) BOOL inGesture;
 @property (nonatomic, readonly) UITextInteraction *interactions;
+- (void)willStartScrollingOrZooming;
+- (void)didEndScrollingOrZooming;
 @end
 
 @interface UITextInteraction (IPI)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to