Bug 268937

Summary: `RenderBox::requiresLayer()` should share code with superclass
Product: WebKit Reporter: Antoine Quint <graouts>
Component: Layout and RenderingAssignee: Antoine Quint <graouts>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Antoine Quint
Reported 2024-02-07 12:25:23 PST
The `RenderBox::requiresLayer()` method duplicates code found in its superclass. It should call `RenderBoxModelObject::requiresLayer()` instead.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-02-07 12:26:13 PST
Antoine Quint
Comment 2 2024-02-07 12:27:33 PST
EWS
Comment 3 2024-02-07 22:32:21 PST
Committed 274270@main (5a4bed0757cb): <https://commits.webkit.org/274270@main> Reviewed commits have been landed. Closing PR #24025 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.