1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:07:36 +00:00

LibWebView+WebContent: Add IPC to run the fragment serialization steps

This commit is contained in:
Timothy Flynn 2022-11-02 20:55:16 -04:00 committed by Linus Groh
parent 13b8eeff54
commit 82af1557dd
5 changed files with 22 additions and 0 deletions

View file

@ -62,6 +62,7 @@ private:
virtual void remove_backing_store(i32) override;
virtual void debug_request(String const&, String const&) override;
virtual void get_source() override;
virtual Messages::WebContentServer::SerializeSourceResponse serialize_source() override;
virtual void inspect_dom_tree() override;
virtual Messages::WebContentServer::InspectDomNodeResponse inspect_dom_node(i32 node_id, Optional<Web::CSS::Selector::PseudoElement> const& pseudo_element) override;
virtual Messages::WebContentServer::GetHoveredNodeIdResponse get_hovered_node_id() override;