Ladybird: Specify window size in layout dump mode

This commit is contained in:
Aliaksandr Kalenik 2023-01-30 23:38:19 +03:00 committed by Andreas Kling
commit 12eca612bc
Notes: sideshowbarker 2024-07-17 03:27:40 +09:00
4 changed files with 14 additions and 6 deletions

View file

@ -96,6 +96,8 @@ public:
ErrorOr<String> dump_layout_tree();
void set_viewport_rect(Gfx::IntRect);
Gfx::IntPoint to_content(Gfx::IntPoint) const;
Gfx::IntPoint to_widget(Gfx::IntPoint) const;