Title: [195833] trunk/Source/WebKit2
Revision
195833
Author
enr...@apple.com
Date
2016-01-29 12:15:09 -0800 (Fri, 29 Jan 2016)

Log Message

iOS build fix after r195826.

Unreviewed.

* Platform/spi/ios/UIKitSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (195832 => 195833)


--- trunk/Source/WebKit2/ChangeLog	2016-01-29 19:47:03 UTC (rev 195832)
+++ trunk/Source/WebKit2/ChangeLog	2016-01-29 20:15:09 UTC (rev 195833)
@@ -1,5 +1,13 @@
 2016-01-29  Enrica Casucci  <enr...@apple.com>
 
+        iOS build fix after r195826.
+
+        Unreviewed.
+
+        * Platform/spi/ios/UIKitSPI.h:
+
+2016-01-29  Enrica Casucci  <enr...@apple.com>
+
         Disable text interaction with pencil.
         https://bugs.webkit.org/show_bug.cgi?id=153655
         rdar://problem/24337778

Modified: trunk/Source/WebKit2/Platform/spi/ios/UIKitSPI.h (195832 => 195833)


--- trunk/Source/WebKit2/Platform/spi/ios/UIKitSPI.h	2016-01-29 19:47:03 UTC (rev 195832)
+++ trunk/Source/WebKit2/Platform/spi/ios/UIKitSPI.h	2016-01-29 20:15:09 UTC (rev 195833)
@@ -294,6 +294,14 @@
 - (CADisplay *)_display;
 @end
 
+typedef enum {
+    UITouchTypeDirect
+} UITouchType;
+
+@interface UITouch ()
+@property(nonatomic,readonly) UITouchType type;
+@end
+
 @interface UIScrollView ()
 - (void)_stopScrollingAndZoomingAnimations;
 - (void)_zoomToCenter:(CGPoint)center scale:(CGFloat)scale duration:(CFTimeInterval)duration force:(BOOL)force;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to