The WebContent process reports back to the UI process when events are handled (and for wheel events this is used to know if the page overrode history swipes, for example). When handling wheel events in the passive event handler region, we should report that the scrolls are handled promptly to avoid the UI process queueing up events, which impacts scrolling performance.
<rdar://problem/70300104>
Created attachment 411354 [details] Patch
https://bugs.webkit.org/show_bug.cgi?id=217718
Filed: Bug 217850 – [WinCairo] sluggish page scrolling for wheel events since r268499