RESOLVED FIXED 208649
Generate layer event regions for async overflow scrolling on macOS
https://bugs.webkit.org/show_bug.cgi?id=208649
Summary Generate layer event regions for async overflow scrolling on macOS
Simon Fraser (smfr)
Reported 2020-03-05 09:55:39 PST
Generate layer event regions for async overflow scrolling on macOS
Attachments
Patch (18.33 KB, patch)
2020-03-05 09:56 PST, Simon Fraser (smfr)
no flags
Simon Fraser (smfr)
Comment 1 2020-03-05 09:56:58 PST
Radar WebKit Bug Importer
Comment 2 2020-03-05 09:58:10 PST
WebKit Commit Bot
Comment 3 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>
WebKit Commit Bot
Comment 4 2020-03-05 12:32:22 PST
All reviewed patches have been landed. Closing bug.
Fujii Hironori
Comment 5 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]
Note You need to log in before you can comment on or make changes to this bug.