Bug 194702

Summary: Add a method to dispatch a PointerEvent based on a PlatformTouchEvent
Product: WebKit Reporter: Antoine Quint <graouts>
Component: DOMAssignee: Antoine Quint <graouts>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch dino: review+

Description Antoine Quint 2019-02-15 06:37:05 PST
We should add a method to EventHandler to dispatch the relevant PointerEvents based on a PlatformTouchEvent.
Comment 1 Antoine Quint 2019-02-15 06:40:15 PST
<rdar://problem/48109355>
Comment 2 Antoine Quint 2019-02-15 06:41:42 PST
Created attachment 362113 [details]
Patch
Comment 3 Antoine Quint 2019-02-15 14:19:03 PST
Committed r241617: <https://trac.webkit.org/changeset/241617>