mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:57:45 +00:00
Ladybird: Specify window size in layout dump mode
This commit is contained in:
parent
e249d751c8
commit
12eca612bc
4 changed files with 14 additions and 6 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue