Summary: | Refactor wheel event coalescing into its own class | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> | ||||||||
Component: | UI Events | Assignee: | Simon Fraser (smfr) <simon.fraser> | ||||||||
Status: | RESOLVED FIXED | ||||||||||
Severity: | Normal | CC: | sam, simon.fraser, webkit-bug-importer | ||||||||
Priority: | P2 | Keywords: | InRadar | ||||||||
Version: | WebKit Nightly Build | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Attachments: |
|
Description
Simon Fraser (smfr)
2020-10-09 11:14:58 PDT
Created attachment 410955 [details]
Patch
Comment on attachment 410955 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=410955&action=review > Source/WebKit/WebProcess/WebPage/WebWheelEventCoalescer.cpp:37 > +static const unsigned wheelEventQueueSizeThreshold = 10; constexpr please. Created attachment 410956 [details]
For EWS
Created attachment 410960 [details]
For EWS
I will move WebWheelEventCoalescer.cpp to WebKit/Shared |