mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:37:34 +00:00
LibWeb: Convert Layout::Node to new pixel units
This commit is contained in:
parent
65cdf89a8b
commit
5d8e3f5122
7 changed files with 18 additions and 18 deletions
|
@ -106,7 +106,7 @@ public:
|
|||
m_font = move(font);
|
||||
}
|
||||
|
||||
float line_height(Layout::Node const&) const;
|
||||
CSSPixels line_height(Layout::Node const&) const;
|
||||
|
||||
bool operator==(StyleProperties const&) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue