diff options
author | Brandon Scott <xeons@users.noreply.github.com> | 2021-02-23 06:14:12 -0600 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-02-23 16:23:56 +0100 |
commit | 306501fd4afa5fb6bf48f15aecd5921597a0d6cc (patch) | |
tree | 0a4a87cd8289704dbcea1fed1b348b549a0066d9 /Userland/Services/WebContent/ClientConnection.h | |
parent | a032c836c43347aae9e082a79ca3ecf681e7b26f (diff) | |
download | serenity-306501fd4afa5fb6bf48f15aecd5921597a0d6cc.zip |
WebContent: Added IPC calls for getting source
Diffstat (limited to 'Userland/Services/WebContent/ClientConnection.h')
-rw-r--r-- | Userland/Services/WebContent/ClientConnection.h | 1 |
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(); |