Files
ladybird/Userland/Libraries/LibWeb/Layout/FormattingContext.cpp
Andreas Kling 42470d837e LibWeb: Move layout box rect helpers into FormattingContext
These are only used during layout, and always within formatting context
code, so we might as well put them in FormattingContext and avoid having
to pass the LayoutState around all the time.
2023-05-31 11:38:05 +02:00

74 KiB