mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:07:45 +00:00
LibWeb: Add OOPWV IPC for retrieving selected text
This commit is contained in:
parent
528574d958
commit
2fda6ce159
5 changed files with 15 additions and 0 deletions
|
@ -51,6 +51,7 @@ private:
|
|||
virtual void inspect_dom_tree() override;
|
||||
virtual void js_console_initialize() override;
|
||||
virtual void js_console_input(String const&) override;
|
||||
virtual Messages::WebContentServer::GetSelectedTextResponse get_selected_text() override;
|
||||
|
||||
void flush_pending_paint_requests();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue