| Summary: | Generate layer event regions for async overflow scrolling on macOS | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> | ||||
| Component: | Scrolling | Assignee: | Simon Fraser (smfr) <simon.fraser> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | commit-queue, esprehn+autocc, ews-watchlist, fred.wang, glenn, Hironori.Fujii, koivisto, kondapallykalyan, pdr, simon.fraser, webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | WebKit Nightly Build | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=208673 | ||||||
| Attachments: |
|
||||||
|
Description
Simon Fraser (smfr)
2020-03-05 09:55:39 PST
Created attachment 392589 [details]
Patch
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] |