Changeset 240587 in webkit


Ignore:
Timestamp:
Jan 28, 2019 9:33:38 AM (5 years ago)
Author:
graouts@webkit.org
Message:

Limit user-agent interactions based on the touch-action property on iOS
https://bugs.webkit.org/show_bug.cgi?id=193447

Unreviewed build fix.

  • UIProcess/ios/WKContentViewInteraction.mm:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r240586 r240587  
     12019-01-28  Antoine Quint  <graouts@apple.com>
     2
     3        Limit user-agent interactions based on the touch-action property on iOS
     4        https://bugs.webkit.org/show_bug.cgi?id=193447
     5
     6        Unreviewed build fix.
     7
     8        * UIProcess/ios/WKContentViewInteraction.mm:
     9
    1102019-01-28  Brent Fulgham  <bfulgham@apple.com>
    211
  • trunk/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm

    r240579 r240587  
    11641164
    11651165#if ENABLE(POINTER_EVENTS)
     1166#if ENABLE(TOUCH_EVENTS)
    11661167- (void)_handleTouchActionsForTouchEvent:(const WebKit::NativeWebTouchEvent&)touchEvent
    11671168{
     
    11921193    }
    11931194}
     1195#endif
    11941196
    11951197- (void)_resetPanningPreventionFlags
Note: See TracChangeset for help on using the changeset viewer.