mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibWeb/CSS: Set enum sizes for PropertyID and Keyword
The effect of this is hard to measure, but reducing them from 4 bytes each to 2 bytes can't hurt. :^)
This commit is contained in:
parent
3add623f22
commit
6e45d8ba6c
Notes:
github-actions[bot]
2025-05-19 22:15:17 +00:00
Author: https://github.com/AtkinsSJ
Commit: 6e45d8ba6c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4820
5 changed files with 8 additions and 7 deletions
|
@ -309,9 +309,9 @@ class URL;
|
|||
class URLStyleValue;
|
||||
class VisualViewport;
|
||||
|
||||
enum class Keyword;
|
||||
enum class Keyword : u16;
|
||||
enum class MediaFeatureID : u8;
|
||||
enum class PropertyID;
|
||||
enum class PropertyID : u16;
|
||||
|
||||
struct BackgroundLayerData;
|
||||
struct CSSStyleSheetInit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue