diff options
Diffstat (limited to 'Ladybird/WebContentView.h')
-rw-r--r-- | Ladybird/WebContentView.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Ladybird/WebContentView.h b/Ladybird/WebContentView.h index 903502949b..2572272e2c 100644 --- a/Ladybird/WebContentView.h +++ b/Ladybird/WebContentView.h @@ -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; |