mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09:00
LibWeb: Handle scrolling an OutOfProcessWebView
When a mousewheel scroll event isn't handled by the web content itself (e.g. an overflowed box or similar), the event needs to get passed back up to the OutOfProcessWebView.
This commit is contained in:
parent
e9c1d9c89a
commit
0e881bc5d7
Notes:
sideshowbarker
2024-07-18 21:46:36 +09:00
Author: https://github.com/angus-g
Commit: 0e881bc5d7
Pull-request: https://github.com/SerenityOS/serenity/pull/5554
Issue: https://github.com/SerenityOS/serenity/issues/5515
9 changed files with 24 additions and 0 deletions
|
@ -60,6 +60,7 @@ public:
|
|||
void notify_server_did_change_selection(Badge<WebContentClient>);
|
||||
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>, int);
|
||||
void notify_server_did_request_scroll_into_view(Badge<WebContentClient>, const Gfx::IntRect&);
|
||||
void notify_server_did_hover_link(Badge<WebContentClient>, const URL&);
|
||||
void notify_server_did_unhover_link(Badge<WebContentClient>);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue