Bug 271919

Summary: VisibleContentRectIncludesScrollbars should be an enum class
Product: WebKit Reporter: Abrar Rahman Protyasha <a_protyasha>
Component: WebCore Misc.Assignee: Abrar Rahman Protyasha <a_protyasha>
Status: RESOLVED FIXED    
Severity: Normal CC: a_protyasha, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Abrar Rahman Protyasha
Reported 2024-03-29 16:37:32 PDT
enum VisibleContentRectIncludesScrollbars { ExcludeScrollbars, IncludeScrollbars } can be better represented as enum class VisibleContentRectIncludesScrollbars : bool { No, Yes }
Attachments
Radar WebKit Bug Importer
Comment 1 2024-03-29 16:37:40 PDT
Abrar Rahman Protyasha
Comment 2 2024-03-29 16:40:21 PDT
EWS
Comment 3 2024-04-01 15:14:25 PDT
Committed 276908@main (4c3661f361f0): <https://commits.webkit.org/276908@main> Reviewed commits have been landed. Closing PR #26633 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.