LibWeb: Move our "default sizing algorithm" function into a public place

Specifically, this is used by the updated algorithm for parsing a sizes
attribute, so we need access to it there.

No behaviour changes.
This commit is contained in:
Sam Atkins
2024-09-09 17:16:25 +01:00
committed by Andreas Kling
parent 143c9581a2
commit 2671820ace
5 changed files with 78 additions and 43 deletions

View File

@@ -99,6 +99,7 @@ set(SOURCES
CSS/SelectorEngine.cpp
CSS/Serialize.cpp
CSS/Size.cpp
CSS/Sizing.cpp
CSS/StyleComputer.cpp
CSS/StyleInvalidation.cpp
CSS/StyleProperties.cpp