NEW234369
Move ownership of the WheelEventDeltaFilter from EventHandler to ThreadedScrollingTree
https://bugs.webkit.org/show_bug.cgi?id=234369
Summary Move ownership of the WheelEventDeltaFilter from EventHandler to ThreadedScro...
Simon Fraser (smfr)
Reported 2021-12-15 15:29:15 PST
Move ownership of the WheelEventDeltaFilter from EventHandler to ThreadedScrollingTree
Attachments
Patch (10.48 KB, patch)
2021-12-15 15:30 PST, Simon Fraser (smfr)
sam: review+
Simon Fraser (smfr)
Comment 1 2021-12-15 15:30:31 PST
Sam Weinig
Comment 2 2021-12-16 12:36:56 PST
Comment on attachment 447291 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=447291&action=review > Source/WebKit/WebProcess/WebPage/EventDispatcher.cpp:118 > +#if PLATFORM(COCOA) > + platformWheelEvent = scrollingTree->wheelEventAfterFiltering(platformWheelEvent); > +#endif Can we have all platforms implement wheelEventAfterFiltering() (or the base class) as the identity function if they don't need to do any filtering to remove this #ifdef?
Radar WebKit Bug Importer
Comment 3 2021-12-22 15:30:18 PST
Note You need to log in before you can comment on or make changes to this bug.