1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 20:08:13 +00:00

LibWeb: Unbreak favicon notifications after Page refactoring

Favicon updates now get plumbed from FrameLoader to the PageClient.
This commit is contained in:
Andreas Kling 2020-06-08 21:35:31 +02:00
parent e04d68a03a
commit 883dc9260d
5 changed files with 9 additions and 4 deletions

View file

@ -105,6 +105,7 @@ private:
virtual void page_did_unhover_link() override;
virtual void page_did_request_scroll_to_anchor(const String& fragment) override;
virtual void page_did_invalidate(const Gfx::Rect&) override;
virtual void page_did_change_favicon(const Gfx::Bitmap&) override;
void layout_and_sync_size();