Changeset 195833 in webkit


Ignore:
Timestamp:
Jan 29, 2016, 12:15:09 PM (10 years ago)
Author:
enrica@apple.com
Message:

iOS build fix after r195826.

Unreviewed.

  • Platform/spi/ios/UIKitSPI.h:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r195826 r195833  
     12016-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
    192016-01-29  Enrica Casucci  <enrica@apple.com>
    210
  • trunk/Source/WebKit2/Platform/spi/ios/UIKitSPI.h

    r195826 r195833  
    295295@end
    296296
     297typedef enum {
     298    UITouchTypeDirect
     299} UITouchType;
     300
     301@interface UITouch ()
     302@property(nonatomic,readonly) UITouchType type;
     303@end
     304
    297305@interface UIScrollView ()
    298306- (void)_stopScrollingAndZoomingAnimations;
Note: See TracChangeset for help on using the changeset viewer.