mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:18:12 +00:00
LibWeb: Make the WebContentView::on_load_start hook actually work :^)
This commit is contained in:
parent
a94ef9e021
commit
9169c8ca94
7 changed files with 20 additions and 0 deletions
|
@ -55,6 +55,7 @@ private:
|
|||
virtual void handle(const Messages::WebContentClient::DidUnhoverLink&) override;
|
||||
virtual void handle(const Messages::WebContentClient::DidClickLink&) override;
|
||||
virtual void handle(const Messages::WebContentClient::DidMiddleClickLink&) override;
|
||||
virtual void handle(const Messages::WebContentClient::DidStartLoading&) override;
|
||||
|
||||
WebContentView& m_view;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue