RESOLVED FIXED271919
VisibleContentRectIncludesScrollbars should be an enum class
https://bugs.webkit.org/show_bug.cgi?id=271919
Summary VisibleContentRectIncludesScrollbars should be an enum class
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.