summaryrefslogtreecommitdiff
path: root/Userland/Services/WebContent/ClientConnection.h
diff options
context:
space:
mode:
authorBrandon Scott <xeons@users.noreply.github.com>2021-02-23 06:14:12 -0600
committerAndreas Kling <kling@serenityos.org>2021-02-23 16:23:56 +0100
commit306501fd4afa5fb6bf48f15aecd5921597a0d6cc (patch)
tree0a4a87cd8289704dbcea1fed1b348b549a0066d9 /Userland/Services/WebContent/ClientConnection.h
parenta032c836c43347aae9e082a79ca3ecf681e7b26f (diff)
downloadserenity-306501fd4afa5fb6bf48f15aecd5921597a0d6cc.zip
WebContent: Added IPC calls for getting source
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 9ea691ae49..123f270f8d 100644
--- a/Userland/Services/WebContent/ClientConnection.h
+++ b/Userland/Services/WebContent/ClientConnection.h
@@ -64,6 +64,7 @@ private:
virtual void handle(const Messages::WebContentServer::AddBackingStore&) override;
virtual void handle(const Messages::WebContentServer::RemoveBackingStore&) override;
virtual void handle(const Messages::WebContentServer::DebugRequest&) override;
+ virtual void handle(const Messages::WebContentServer::GetSource&) override;
void flush_pending_paint_requests();