LibWeb: Implement Element::scroll_by(HTML::ScrollToOptions)

This commit is contained in:
Shannon Booth 2024-05-04 13:14:16 +12:00 committed by Andrew Kaster
commit e640a68733
Notes: sideshowbarker 2024-07-17 06:33:00 +09:00
2 changed files with 16 additions and 4 deletions

View file

@ -337,7 +337,7 @@ public:
void scroll(HTML::ScrollToOptions const&);
void scroll(double x, double y);
void scroll_by(HTML::ScrollToOptions const&);
void scroll_by(HTML::ScrollToOptions);
void scroll_by(double x, double y);
void register_intersection_observer(Badge<IntersectionObserver::IntersectionObserver>, IntersectionObserver::IntersectionObserverRegistration);