[webkit-reviews] review granted: [Bug 224095] Allow wheel events to trigger high frequency DisplayLinks : [Attachment 425037] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 2 14:20:08 PDT 2021


Sam Weinig <sam at webkit.org> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 224095: Allow wheel events to trigger high frequency DisplayLinks
https://bugs.webkit.org/show_bug.cgi?id=224095

Attachment 425037: Patch

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




--- Comment #5 from Sam Weinig <sam at webkit.org> ---
Comment on attachment 425037
  --> https://bugs.webkit.org/attachment.cgi?id=425037
Patch

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

> Source/WebKit/UIProcess/Cocoa/WebProcessPoolCocoa.mm:824
> +void
WebProcessPool::setDisplayLinkForDisplayWantsFullSpeedUpdates(IPC::Connection&
connection, WebCore::PlatformDisplayID displayID, bool wantsFullSpeedUpdates)

I do not think this is right place for this, but it seems that ship has sailed
since that is where the display links are.


More information about the webkit-reviews mailing list