summaryrefslogtreecommitdiff
path: root/Userland/Services/WebContent/ConnectionFromClient.h
diff options
context:
space:
mode:
authorTobias Christiansen <tobyase@serenityos.org>2022-10-20 22:39:41 +0200
committerLinus Groh <mail@linusgroh.de>2022-10-22 13:44:49 +0200
commitbe6bbdaa3b73e0517b206f7e3583f7bb03650839 (patch)
tree9f0368506100c62a161d75a2060925c5c34c3419 /Userland/Services/WebContent/ConnectionFromClient.h
parentf1f6c4c0b6202b0ea8c2b05b04d69077ce3f7f83 (diff)
downloadserenity-be6bbdaa3b73e0517b206f7e3583f7bb03650839.zip
WebContent+Friends: Add get_element_tag_name IPC and plumbing
Diffstat (limited to 'Userland/Services/WebContent/ConnectionFromClient.h')
-rw-r--r--Userland/Services/WebContent/ConnectionFromClient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Services/WebContent/ConnectionFromClient.h b/Userland/Services/WebContent/ConnectionFromClient.h
index c9942b42f5..13ae9f6dbe 100644
--- a/Userland/Services/WebContent/ConnectionFromClient.h
+++ b/Userland/Services/WebContent/ConnectionFromClient.h
@@ -85,6 +85,7 @@ private:
virtual Messages::WebContentServer::GetElementPropertyResponse get_element_property(i32 element_id, String const& name) override;
virtual Messages::WebContentServer::GetActiveDocumentsTypeResponse get_active_documents_type() override;
virtual Messages::WebContentServer::GetComputedValueForElementResponse get_computed_value_for_element(i32 element_id, String const& property_name) override;
+ virtual Messages::WebContentServer::GetElementTagNameResponse get_element_tag_name(i32 element_id) override;
virtual Messages::WebContentServer::GetLocalStorageEntriesResponse get_local_storage_entries() override;
virtual Messages::WebContentServer::GetSessionStorageEntriesResponse get_session_storage_entries() override;