Bug 208649 - Generate layer event regions for async overflow scrolling on macOS
Summary: Generate layer event regions for async overflow scrolling on macOS
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Scrolling (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-03-05 09:55 PST by Simon Fraser (smfr)
Modified: 2020-03-05 16:29 PST (History)
11 users (show)

See Also:


Attachments
Patch (18.33 KB, patch)
2020-03-05 09:56 PST, Simon Fraser (smfr)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2020-03-05 09:55:39 PST
Generate layer event regions for async overflow scrolling on macOS
Comment 1 Simon Fraser (smfr) 2020-03-05 09:56:58 PST
Created attachment 392589 [details]
Patch
Comment 2 Radar WebKit Bug Importer 2020-03-05 09:58:10 PST
<rdar://problem/60088097>
Comment 3 WebKit Commit Bot 2020-03-05 12:32:21 PST
Comment on attachment 392589 [details]
Patch

Clearing flags on attachment: 392589

Committed r257938: <https://trac.webkit.org/changeset/257938>
Comment 4 WebKit Commit Bot 2020-03-05 12:32:22 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Fujii Hironori 2020-03-05 12:54:19 PST
AppleWin builds get broken. Please fix it.

https://build.webkit.org/builders/Apple%20Win%2010%20Debug%20%28Build%29/builds/10950

> WebCore\rendering/RenderLayerBacking.cpp(1632,36): error C2668: 'WebCore::GraphicsContext::GraphicsContext': ambiguous call to overloaded function [C:\cygwin\home\buildbot\worker\win10-debug\build\WebKitBuild\Debug\Source\WebCore\WebCore.vcxproj]
> WebCore\platform\graphics\GraphicsContext.h(265,5): message : could be 'WebCore::GraphicsContext::GraphicsContext(PlatformGraphicsContext *)' [C:\cygwin\home\buildbot\worker\win10-debug\build\WebKitBuild\Debug\Source\WebCore\WebCore.vcxproj]
> WebCore\platform\graphics\GraphicsContext.h(535,5): message : or       'WebCore::GraphicsContext::GraphicsContext(HDC,bool)' [C:\cygwin\home\buildbot\worker\win10-debug\build\WebKitBuild\Debug\Source\WebCore\WebCore.vcxproj]
> WebCore\rendering/RenderLayerBacking.cpp(1649,5): message : while trying to match the argument list '(nullptr)' [C:\cygwin\home\buildbot\worker\win10-debug\build\WebKitBuild\Debug\Source\WebCore\WebCore.vcxproj]