diff options
Diffstat (limited to 'Userland/Services/WebContent/WebContentServer.ipc')
-rw-r--r-- | Userland/Services/WebContent/WebContentServer.ipc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Userland/Services/WebContent/WebContentServer.ipc b/Userland/Services/WebContent/WebContentServer.ipc index dc03a7a853..dbe200512b 100644 --- a/Userland/Services/WebContent/WebContentServer.ipc +++ b/Userland/Services/WebContent/WebContentServer.ipc @@ -44,4 +44,6 @@ endpoint WebContentServer set_content_filters(Vector<String> filters) =| set_preferred_color_scheme(Web::CSS::PreferredColorScheme color_scheme) =| + set_has_focus(bool has_focus) =| + } |