[webkit-reviews] review granted: [Bug 217523] Refactor wheel event coalescing into its own class : [Attachment 410955] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 9 11:24:51 PDT 2020


Sam Weinig <sam at webkit.org> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 217523: Refactor wheel event coalescing into its own class
https://bugs.webkit.org/show_bug.cgi?id=217523

Attachment 410955: Patch

https://bugs.webkit.org/attachment.cgi?id=410955&action=review




--- Comment #2 from Sam Weinig <sam at webkit.org> ---
Comment on attachment 410955
  --> https://bugs.webkit.org/attachment.cgi?id=410955
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.


More information about the webkit-reviews mailing list