Changeset 191807 in webkit


Ignore:
Timestamp:
Oct 30, 2015 1:12:25 PM (9 years ago)
Author:
Beth Dakin
Message:

Speculative build fix.

  • Platform/spi/ios/UIKitSPI.h:
  • UIProcess/ios/WKContentViewInteraction.mm:
Location:
trunk/Source/WebKit2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r191806 r191807  
     12015-10-30  Beth Dakin  <bdakin@apple.com>
     2
     3        Speculative build fix.
     4
     5        * Platform/spi/ios/UIKitSPI.h:
     6        * UIProcess/ios/WKContentViewInteraction.mm:
     7
    182015-10-30  Tim Horton  <timothy_horton@apple.com>
    29
  • trunk/Source/WebKit2/Platform/spi/ios/UIKitSPI.h

    r190841 r191807  
    495495- (void)selectionChangedWithTouchAt:(CGPoint)point withSelectionTouch:(UIWKSelectionTouch)touch;
    496496- (void)showDictionaryFor:(NSString *)selectedTerm fromRect:(CGRect)presentationRect;
     497- (void)showShareSheetFor:(NSString *)selectedTerm fromRect:(CGRect)presentationRect;
    497498@property (nonatomic, readonly) UILongPressGestureRecognizer *selectionLongPressRecognizer;
    498499@end
  • trunk/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.mm

    r191805 r191807  
    203203@interface UIWKSelectionAssistant (StagingToRemove)
    204204- (void)showTextServiceFor:(NSString *)selectedTerm fromRect:(CGRect)presentationRect;
    205 - (void)showShareSheetFor:(NSString *)selectedTerm fromRect:(CGRect)presentationRect;
    206205- (void)lookup:(NSString *)textWithContext fromRect:(CGRect)presentationRect;
    207206@end
Note: See TracChangeset for help on using the changeset viewer.