WebContent: Add IPC call to get window handle from WebContent client

This commit is contained in:
Aliaksandr Kalenik 2023-03-14 07:05:57 +03:00 committed by Tim Flynn
commit 48e0789a17
Notes: sideshowbarker 2024-07-17 05:18:58 +09:00
3 changed files with 8 additions and 0 deletions

View file

@ -9,6 +9,8 @@
endpoint WebContentServer
{
get_window_handle() => (String handle)
connect_to_webdriver(DeprecatedString webdriver_ipc_path) =|
update_system_theme(Core::AnonymousBuffer theme_buffer) =|