RESOLVED INVALID 257788
Investigate using Markable instead of std::optional for ScrollbarColor
https://bugs.webkit.org/show_bug.cgi?id=257788
Summary Investigate using Markable instead of std::optional for ScrollbarColor
Luke Warlow
Reported 2023-06-07 03:21:21 PDT
We should check with the dump-class-layout, but the optional might make it align at 12 bytes (4 for each StyleColor). Using a custom Markable<ScrollbarColor> when any of the underlying color is invalid could save 4 bytes
Attachments
Radar WebKit Bug Importer
Comment 1 2023-06-14 03:22:17 PDT
Luke Warlow
Comment 2 2023-06-16 03:26:22 PDT
Implemented as part of initial bug
Note You need to log in before you can comment on or make changes to this bug.