Add ENABLE(TOUCH_ACTION_REGIONS) to wrap code that's only relevant for platforms that consult touch-action for event handling
Created attachment 400675 [details] Patch
Comment on attachment 400675 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=400675&action=review > Source/WTF/wtf/PlatformEnable.h:491 > +#if !defined(ENABLE_TOUCH_ACTION_REGIONS) > +#define ENABLE_TOUCH_ACTION_REGIONS 0 > +#endif Not sure why we have to do this when the default is 0, because !ENABLE_TOUCH_ACTION_REGIONS and !defined(ENABLE_TOUCH_ACTION_REGIONS) is the same as far as the ENABLE() macro is concerned.
Committed r262390: <https://trac.webkit.org/changeset/262390> All reviewed patches have been landed. Closing bug and clearing flags on attachment 400675 [details].
<rdar://problem/63839368>