mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-27 21:42:53 +00:00
LibWeb: Remove did_request_scroll_to IPC call
No longer used after moving scrollbar painting into WebContent.
This commit is contained in:
parent
cc3d95a356
commit
94eacf6da7
Notes:
sideshowbarker
2024-07-17 02:39:10 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: 94eacf6da7
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/21
7 changed files with 0 additions and 26 deletions
|
@ -46,7 +46,6 @@ private:
|
|||
virtual void did_layout(u64 page_id, Gfx::IntSize) override;
|
||||
virtual void did_change_title(u64 page_id, ByteString const&) override;
|
||||
virtual void did_change_url(u64 page_id, URL::URL const&) override;
|
||||
virtual void did_request_scroll_to(u64 page_id, Gfx::IntPoint) override;
|
||||
virtual void did_enter_tooltip_area(u64 page_id, Gfx::IntPoint, ByteString const&) override;
|
||||
virtual void did_leave_tooltip_area(u64 page_id) override;
|
||||
virtual void did_hover_link(u64 page_id, URL::URL const&) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue