1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:37:34 +00:00

Ladybird: Add --dump-layout-tree mode that dumps layout tree and exits

This commit is contained in:
Andreas Kling 2023-01-27 10:41:24 +01:00
parent 90fee39290
commit ddbdeb3ca0
3 changed files with 27 additions and 6 deletions

View file

@ -94,6 +94,8 @@ public:
void show_js_console();
void show_inspector();
ErrorOr<String> dump_layout_tree();
Gfx::IntPoint to_content(Gfx::IntPoint) const;
Gfx::IntPoint to_widget(Gfx::IntPoint) const;