Files
ladybird/Userland/Libraries/LibWeb/Painting/BackgroundPainting.cpp
Sam Atkins b715943035 LibWeb: Remove redundant Length::resolved() calls
Now that calc() is also resolved in to_px(), code in the form
`foo.resolved(bar).to_px(bar)` can be simplified to `foo.to_px(bar)`.
2022-02-18 19:04:37 +01:00

11 KiB