mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:27:35 +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
5 changed files with 9 additions and 4 deletions
|
@ -60,8 +60,6 @@ public:
|
|||
|
||||
void set_needs_display(const Gfx::Rect&);
|
||||
|
||||
Function<void(const Gfx::Bitmap&)> on_favicon_change;
|
||||
|
||||
void set_viewport_rect(const Gfx::Rect&);
|
||||
Gfx::Rect viewport_rect() const { return m_viewport_rect; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue