Changeset 221568 in webkit


Ignore:
Timestamp:
Sep 3, 2017, 8:33:50 PM (8 years ago)
Author:
mitz@apple.com
Message:

WKContentViewInteraction.mm includes redundant declaration of UIPreviewItemController's presentationSecondaryGestureRecognizer
https://bugs.webkit.org/show_bug.cgi?id=176322

Reviewed by Darin Adler.

  • UIProcess/ios/WKContentViewInteraction.mm: Removed the declaration, which is already made in the SDK or in UIKitSPI.h.
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r221566 r221568  
     12017-09-03  Dan Bernstein  <mitz@apple.com>
     2
     3        WKContentViewInteraction.mm includes redundant declaration of UIPreviewItemController's presentationSecondaryGestureRecognizer
     4        https://bugs.webkit.org/show_bug.cgi?id=176322
     5
     6        Reviewed by Darin Adler.
     7
     8        * UIProcess/ios/WKContentViewInteraction.mm: Removed the declaration, which is already made in the
     9          SDK or in UIKitSPI.h.
     10
    1112017-09-03  Timothy Horton  <timothy_horton@apple.com>
    212
  • trunk/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm

    r221457 r221568  
    252252
    253253@protocol UISelectionInteractionAssistant;
    254 #if HAVE(LINK_PREVIEW)
    255 @interface UIPreviewItemController (StagingToRemove)
    256 @property (strong, nonatomic, readonly) UIGestureRecognizer *presentationSecondaryGestureRecognizer;
    257 @end
    258 #endif
    259254
    260255@interface WKFocusedElementInfo : NSObject <_WKFocusedElementInfo>
Note: See TracChangeset for help on using the changeset viewer.