1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 21:08:12 +00: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
5 changed files with 14 additions and 0 deletions

View file

@ -52,6 +52,7 @@ private:
virtual void js_console_initialize() override;
virtual void js_console_input(String const&) override;
virtual Messages::WebContentServer::GetSelectedTextResponse get_selected_text() override;
virtual void select_all() override;
void flush_pending_paint_requests();