Changeset 195833 in webkit
- Timestamp:
- Jan 29, 2016, 12:15:09 PM (10 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r195826 r195833 1 2016-01-29 Enrica Casucci <enrica@apple.com> 2 3 iOS build fix after r195826. 4 5 Unreviewed. 6 7 * Platform/spi/ios/UIKitSPI.h: 8 1 9 2016-01-29 Enrica Casucci <enrica@apple.com> 2 10 -
trunk/Source/WebKit2/Platform/spi/ios/UIKitSPI.h
r195826 r195833 295 295 @end 296 296 297 typedef enum { 298 UITouchTypeDirect 299 } UITouchType; 300 301 @interface UITouch () 302 @property(nonatomic,readonly) UITouchType type; 303 @end 304 297 305 @interface UIScrollView () 298 306 - (void)_stopScrollingAndZoomingAnimations;
Note:
See TracChangeset
for help on using the changeset viewer.