Generate layer event regions for async overflow scrolling on macOS
Created attachment 392589 [details] Patch
<rdar://problem/60088097>
Comment on attachment 392589 [details] Patch Clearing flags on attachment: 392589 Committed r257938: <https://trac.webkit.org/changeset/257938>
All reviewed patches have been landed. Closing bug.
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]