summaryrefslogtreecommitdiff
path: root/Userland/Services/WebContent/WebContentServer.ipc
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Services/WebContent/WebContentServer.ipc')
-rw-r--r--Userland/Services/WebContent/WebContentServer.ipc2
1 files changed, 2 insertions, 0 deletions
diff --git a/Userland/Services/WebContent/WebContentServer.ipc b/Userland/Services/WebContent/WebContentServer.ipc
index ce182d721a..3e065edf69 100644
--- a/Userland/Services/WebContent/WebContentServer.ipc
+++ b/Userland/Services/WebContent/WebContentServer.ipc
@@ -9,6 +9,8 @@
endpoint WebContentServer
{
+ connect_to_webdriver(String webdriver_ipc_path) =|
+
update_system_theme(Core::AnonymousBuffer theme_buffer) =|
update_system_fonts(String default_font_query, String fixed_width_font_query, String window_title_font_query) =|
update_screen_rects(Vector<Gfx::IntRect> rects, u32 main_screen_index) =|