mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
WebContent: Plumb scroll-into-view requests from server to client
The WebContentView widget will now be able to react to scroll-into-view requests from the WebContent process.
This commit is contained in:
parent
56d14d5701
commit
131bc8fd31
Notes:
sideshowbarker
2024-07-19 05:08:22 +09:00
Author: https://github.com/awesomekling
Commit: 131bc8fd31
7 changed files with 22 additions and 0 deletions
|
@ -6,4 +6,5 @@ endpoint WebContentClient = 90
|
|||
DidChangeSelection() =|
|
||||
DidLayout(Gfx::IntSize content_size) =|
|
||||
DidChangeTitle(String title) =|
|
||||
DidRequestScrollIntoView(Gfx::IntRect rect) =|
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue