mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
LibWeb/CSS: Set enum sizes for media query types
This reduces `MediaFeature` from 112 to 104 bytes.
This commit is contained in:
parent
e2fa8cf7a8
commit
c4bcbff59a
Notes:
github-actions[bot]
2025-05-19 22:15:29 +00:00
Author: https://github.com/AtkinsSJ
Commit: c4bcbff59a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4820
3 changed files with 7 additions and 4 deletions
|
@ -310,7 +310,7 @@ class URLStyleValue;
|
|||
class VisualViewport;
|
||||
|
||||
enum class Keyword;
|
||||
enum class MediaFeatureID;
|
||||
enum class MediaFeatureID : u8;
|
||||
enum class PropertyID;
|
||||
|
||||
struct BackgroundLayerData;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue