1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:57:46 +00:00

LibWeb+LibWebView+WebContent: Remove unused request_scroll_into_view

`Element::scroll_into_view()` is supposed to be used instead.
This commit is contained in:
Aliaksandr Kalenik 2023-12-18 21:45:29 +01:00 committed by Andreas Kling
parent f6f80a1a72
commit 9624eca116
6 changed files with 0 additions and 20 deletions

View file

@ -25,7 +25,6 @@ endpoint WebContentClient
did_change_title(ByteString title) =|
did_request_scroll(i32 x_delta, i32 y_delta) =|
did_request_scroll_to(Gfx::IntPoint scroll_position) =|
did_request_scroll_into_view(Gfx::IntRect rect) =|
did_enter_tooltip_area(Gfx::IntPoint content_position, ByteString title) =|
did_leave_tooltip_area() =|
did_hover_link(URL url) =|