1
Fork 0
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:
Andreas Kling 2022-03-13 00:03:59 +01:00
parent 201afb50c7
commit bd94f2c4c8
2 changed files with 14 additions and 0 deletions

View file

@ -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 };