mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:27:45 +00:00
WebContent: Add IPC call to set window handle from WebContent client
This commit is contained in:
parent
48e0789a17
commit
6d91d2fa50
4 changed files with 8 additions and 0 deletions
|
@ -49,6 +49,7 @@ private:
|
|||
Web::Page const& page() const;
|
||||
|
||||
virtual Messages::WebContentServer::GetWindowHandleResponse get_window_handle() override;
|
||||
virtual void set_window_handle(String const& handle) override;
|
||||
virtual void connect_to_webdriver(DeprecatedString const& webdriver_ipc_path) override;
|
||||
virtual void update_system_theme(Core::AnonymousBuffer const&) override;
|
||||
virtual void update_system_fonts(DeprecatedString const&, DeprecatedString const&, DeprecatedString const&) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue