Bug 235617

Summary: Shadows are flattened to bitmaps in CGDisplayListImageBufferBackend
Product: WebKit Reporter: Tim Horton <thorton>
Component: PlatformAssignee: Tim Horton <thorton>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, darin, simon.fraser, webkit-bug-importer, wenson_hsieh, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Tim Horton 2022-01-25 15:48:16 PST
Shadows are flattened to bitmaps in CGDisplayListImageBufferBackend
Comment 1 Tim Horton 2022-01-25 16:04:03 PST
Created attachment 449977 [details]
Patch
Comment 2 Darin Adler 2022-01-25 17:03:57 PST
Comment on attachment 449977 [details]
Patch

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

> Source/WebKit/Shared/RemoteLayerTree/CGDisplayListImageBufferBackend.cpp:58
> +    bool canUseShadowBlur() const override { return false; }

s/override/final/
Comment 3 Tim Horton 2022-01-25 19:06:38 PST
Created attachment 449991 [details]
Patch
Comment 4 EWS 2022-01-25 20:13:34 PST
Committed r288602 (246421@main): <https://commits.webkit.org/246421@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 449991 [details].
Comment 5 Radar WebKit Bug Importer 2022-01-25 20:20:37 PST
<rdar://problem/88058813>