mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
LibWeb+WebContent: Remove PageClient::page_did_invalidate()
...and schedule repainting directly from Navigable::set_needs_display() bypassing PageClient.
This commit is contained in:
parent
c3f5dbb101
commit
d3f8d24abb
Notes:
sideshowbarker
2024-07-16 22:18:54 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: d3f8d24abb
Pull-request: https://github.com/SerenityOS/serenity/pull/23321
4 changed files with 3 additions and 9 deletions
|
@ -253,7 +253,6 @@ public:
|
|||
virtual void page_did_leave_tooltip_area() { }
|
||||
virtual void page_did_hover_link(const AK::URL&) { }
|
||||
virtual void page_did_unhover_link() { }
|
||||
virtual void page_did_invalidate(CSSPixelRect const&) { }
|
||||
virtual void page_did_change_favicon(Gfx::Bitmap const&) { }
|
||||
virtual void page_did_layout() { }
|
||||
virtual void page_did_request_scroll(i32, i32) { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue