[webkit-reviews] review granted: [Bug 225834] Allow wheel events to be coalesced during scroll deceleration : [Attachment 428692] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 14 17:51:48 PDT 2021


Tim Horton <thorton at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 225834: Allow wheel events to be coalesced during scroll deceleration
https://bugs.webkit.org/show_bug.cgi?id=225834

Attachment 428692: Patch

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




--- Comment #3 from Tim Horton <thorton at apple.com> ---
Comment on attachment 428692
  --> https://bugs.webkit.org/attachment.cgi?id=428692
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=428692&action=review

> Source/WebKit/Shared/WebWheelEventCoalescer.cpp:152
> +	   static constexpr double
momentumVelocityEventFrequencyReductionThreashold = 320.0; // Points per
second.

Threashold!


More information about the webkit-reviews mailing list