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:
parent
c70dcaefcd
commit
65cdf89a8b
11 changed files with 29 additions and 28 deletions
|
@ -45,7 +45,7 @@ private:
|
|||
|
||||
ImageLoader const& m_image_loader;
|
||||
|
||||
Optional<float> m_cached_alt_text_width;
|
||||
Optional<CSSPixels> m_cached_alt_text_width;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue