[webkit-reviews] review granted: [Bug 212159] Plumb the display's nominal refresh rate down to ScrollingTree for use in scroll synchronization : [Attachment 399864] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 20 12:08:51 PDT 2020


Tim Horton <thorton at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 212159: Plumb the display's nominal refresh rate down to ScrollingTree for
use in scroll synchronization
https://bugs.webkit.org/show_bug.cgi?id=212159

Attachment 399864: Patch

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




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

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

> Source/WebKit/UIProcess/Cocoa/WebViewImpl.mm:2125
> -    m_page->windowScreenDidChange([[[[window screen] deviceDescription]
objectForKey:@"NSScreenNumber"] intValue]);
> +    PlatformDisplayID displayID = [[[[window screen] deviceDescription]
objectForKey:@"NSScreenNumber"] intValue];

Dots!


More information about the webkit-reviews mailing list