1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 10:18:15 +09:00

LibWeb: Add OOPWV IPC for selecting all text

This commit is contained in:
Timothy Flynn 2021-07-14 08:53:55 -04:00 committed by Andreas Kling
parent fea7e84b26
commit ae910e4370
Notes: sideshowbarker 2024-07-18 09:03:19 +09:00
5 changed files with 14 additions and 0 deletions

View file

@ -36,6 +36,7 @@ public:
void js_console_input(const String& js_source);
String selected_text();
void select_all();
void notify_server_did_layout(Badge<WebContentClient>, const Gfx::IntSize& content_size);
void notify_server_did_paint(Badge<WebContentClient>, i32 bitmap_id);