LibWeb+LibWebView+WebContent: Add traverse_history_by_delta() IPC call

This commit is contained in:
Aliaksandr Kalenik 2024-04-13 22:33:48 +02:00 committed by Alexander Kalenik
commit 0c839f0421
Notes: sideshowbarker 2024-07-17 10:05:47 +09:00
7 changed files with 21 additions and 0 deletions

View file

@ -50,6 +50,7 @@ public:
void load_html(StringView);
void load_empty_document();
void reload();
void traverse_the_history_by_delta(int delta);
void zoom_in();
void zoom_out();