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:
parent
90fee39290
commit
ddbdeb3ca0
3 changed files with 27 additions and 6 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue