mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09:00
LibWeb+WebContent: Port DumpLayoutTree to OutOfProcessWebView
This required adding a simple OOPWV::dump_layout_tree() API that synchronously requests a dump of the layout tree from the WebContent process.
This commit is contained in:
parent
c6e56612f5
commit
9d03ea6f74
Notes:
sideshowbarker
2024-07-18 04:27:32 +09:00
Author: https://github.com/awesomekling
Commit: 9d03ea6f74
6 changed files with 28 additions and 18 deletions
|
@ -49,6 +49,8 @@ public:
|
|||
String selected_text();
|
||||
void select_all();
|
||||
|
||||
String dump_layout_tree();
|
||||
|
||||
void notify_server_did_layout(Badge<WebContentClient>, const Gfx::IntSize& content_size);
|
||||
void notify_server_did_paint(Badge<WebContentClient>, i32 bitmap_id);
|
||||
void notify_server_did_invalidate_content_rect(Badge<WebContentClient>, const Gfx::IntRect&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue