[Webkit-unassigned] [Bug 226986] Refactor MacOS keyboard scrolling and use KeyboardScroll struct

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 22 12:00:06 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=226986

--- Comment #19 from Aditya Keerthi <akeerthi at apple.com> ---
Comment on attachment 431979
  --> https://bugs.webkit.org/attachment.cgi?id=431979
Patch

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

> Source/WebCore/page/EventHandler.cpp:4304
> +    auto granularity = ^() {

Use lambda syntax (`[] {`) rather than block syntax since this is a C++ file.

> Source/WebCore/page/EventHandler.cpp:4321
> +    auto direction = ^() {

Ditto.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210622/ebc3e9bc/attachment.htm>


More information about the webkit-unassigned mailing list