Bug 264035

Summary: [TextureMapper] Make ExposedEdges enum a boolean enum
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: PlatformAssignee: Carlos Garcia Campos <cgarcia>
Status: RESOLVED FIXED    
Severity: Normal CC: alex, Hironori.Fujii, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Carlos Garcia Campos 2023-11-01 05:40:08 PDT
The texture mapper doesn't really need to know what edges are exposed, only whether all of them are or not, so we can simplify everything by using a bool enum instead.
Comment 1 Carlos Garcia Campos 2023-11-01 05:42:15 PDT
Pull request: https://github.com/WebKit/WebKit/pull/19832
Comment 2 EWS 2023-11-02 04:14:51 PDT
Committed 270105@main (983db64d2b00): <https://commits.webkit.org/270105@main>

Reviewed commits have been landed. Closing PR #19832 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-11-02 04:15:15 PDT
<rdar://problem/117845527>