mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:37:35 +00:00
LibWeb: Rename used_width to used_height in TFC row struct
Rename used_width to used_height because it is used to store row height.
This commit is contained in:
parent
0e1da540b6
commit
f26eed9633
2 changed files with 3 additions and 3 deletions
|
@ -50,7 +50,7 @@ private:
|
|||
|
||||
struct Row {
|
||||
Box& box;
|
||||
CSSPixels used_width { 0 };
|
||||
CSSPixels used_height { 0 };
|
||||
CSSPixels baseline { 0 };
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue