mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +00:00
LibWeb: Add a debug helper to dump current state of an FFC
This commit is contained in:
parent
201afb50c7
commit
bd94f2c4c8
2 changed files with 14 additions and 0 deletions
|
@ -23,6 +23,8 @@ public:
|
|||
Box const& flex_container() const { return context_box(); }
|
||||
|
||||
private:
|
||||
void dump_items() const;
|
||||
|
||||
struct DirectionAgnosticMargins {
|
||||
float main_before { 0 };
|
||||
float main_after { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue