summaryrefslogtreecommitdiff
path: root/Userland/Services/WebContent/ClientConnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Services/WebContent/ClientConnection.h')
-rw-r--r--Userland/Services/WebContent/ClientConnection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Services/WebContent/ClientConnection.h b/Userland/Services/WebContent/ClientConnection.h
index 419e42d094..af2d79df27 100644
--- a/Userland/Services/WebContent/ClientConnection.h
+++ b/Userland/Services/WebContent/ClientConnection.h
@@ -60,6 +60,7 @@ private:
virtual Messages::WebContentServer::DumpLayoutTreeResponse dump_layout_tree() override;
virtual void set_content_filters(Vector<String> const&) override;
virtual void set_preferred_color_scheme(Web::CSS::PreferredColorScheme const&) override;
+ virtual void set_has_focus(bool) override;
virtual void js_console_input(String const&) override;
virtual void run_javascript(String const&) override;