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
commit 65cdf89a8b
Notes: sideshowbarker 2024-07-17 05:58:46 +09:00
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;
};
}