mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 18:20:43 +09:00
LibWeb+WebContent: Add WebContentClient::did_request_scroll_to() call
This call sets the absolute scroll position for the window.
This commit is contained in:
parent
a09219159c
commit
83414af9f3
Notes:
sideshowbarker
2024-07-18 04:16:23 +09:00
Author: https://github.com/AtkinsSJ
Commit: 83414af9f3
Pull-request: https://github.com/SerenityOS/serenity/pull/9912
Reviewed-by: https://github.com/Lubrsi
Reviewed-by: https://github.com/davidot
Reviewed-by: https://github.com/linusg ✅
8 changed files with 21 additions and 0 deletions
|
@ -58,6 +58,7 @@ public:
|
|||
void notify_server_did_request_cursor_change(Badge<WebContentClient>, Gfx::StandardCursor cursor);
|
||||
void notify_server_did_change_title(Badge<WebContentClient>, const String&);
|
||||
void notify_server_did_request_scroll(Badge<WebContentClient>, i32, i32);
|
||||
void notify_server_did_request_scroll_to(Badge<WebContentClient>, Gfx::IntPoint const&);
|
||||
void notify_server_did_request_scroll_into_view(Badge<WebContentClient>, const Gfx::IntRect&);
|
||||
void notify_server_did_enter_tooltip_area(Badge<WebContentClient>, const Gfx::IntPoint&, const String&);
|
||||
void notify_server_did_leave_tooltip_area(Badge<WebContentClient>);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue