Bug 112830

Summary: [CSS Filters] Remove HAVE(COMPOSITOR_FILTER_OUTSETS) when all platforms' compositors can compute filter outsets
Product: WebKit Reporter: Max Vujovic <mvujovic>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: achicu, ahmad.saleem792, bfulgham, krit, simon.fraser, zalan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 109098    
Bug Blocks: 68469    

Description Max Vujovic 2013-03-20 13:10:38 PDT
In bug 109098, I'm planning to add a flag HAVE(COMPOSITOR_FILTER_OUTSETS). We use this flag to decide whether to include filter outsets in composited layer bounds. Right now, only Safari's CoreAnimation compositor computes its own filter outsets. Thus, we shouldn't inflate layers for Safari.
Comment 1 Ahmad Saleem 2023-05-05 12:53:10 PDT
We don't have 'COMPOSITOR_FILTER_OUTSETS' in WebKit source (searched using Searchfox.org on WubKat):

https://searchfox.org/wubkat/search?q=COMPOSITOR_FILTER_OUTSETS&path=&case=false&regexp=false

^ It is not present, so removing this won't be possible.

Can we close this?
Comment 2 Simon Fraser (smfr) 2023-05-05 14:12:20 PDT
Yes