[webkit-reviews] review granted: [Bug 222594] Add basic (non-momentum) wheel event handling for scroll snap : [Attachment 422701] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 12 10:07:16 PST 2021


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Martin Robinson
<mrobinson at webkit.org>'s request for review:
Bug 222594: Add basic (non-momentum) wheel event handling for scroll snap
https://bugs.webkit.org/show_bug.cgi?id=222594

Attachment 422701: Patch

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




--- Comment #9 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 422701
  --> https://bugs.webkit.org/attachment.cgi?id=422701
Patch

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

> Source/WebCore/platform/ScrollAnimator.cpp:181
> +	   if (processWheelEventForScrollSnap(e))
> +	       return false;

Double indentation


More information about the webkit-reviews mailing list