1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:17:44 +00:00

LibWeb: Convert Layout Boxes to new pixel units

This commit is contained in:
Sam Atkins 2022-11-04 20:54:05 +00:00 committed by Linus Groh
parent c70dcaefcd
commit 65cdf89a8b
11 changed files with 29 additions and 28 deletions

View file

@ -45,7 +45,7 @@ private:
ImageLoader const& m_image_loader;
Optional<float> m_cached_alt_text_width;
Optional<CSSPixels> m_cached_alt_text_width;
};
}