mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
LibWeb: Unbreak favicon notifications after Page refactoring
Favicon updates now get plumbed from FrameLoader to the PageClient.
This commit is contained in:
parent
e04d68a03a
commit
883dc9260d
Notes:
sideshowbarker
2024-07-19 05:44:39 +09:00
Author: https://github.com/awesomekling
Commit: 883dc9260d
5 changed files with 9 additions and 4 deletions
|
@ -82,6 +82,7 @@ public:
|
|||
virtual void page_did_unhover_link() { }
|
||||
virtual void page_did_request_scroll_to_anchor([[maybe_unused]] const String& fragment) { }
|
||||
virtual void page_did_invalidate(const Gfx::Rect&) { }
|
||||
virtual void page_did_change_favicon(const Gfx::Bitmap&) { }
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue