mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 19:59:17 +00:00
LibWeb+LibWebView+WebContent: Add traverse_history_by_delta() IPC call
This commit is contained in:
committed by
Alexander Kalenik
parent
a71b2e5fd9
commit
0c839f0421
@@ -95,6 +95,11 @@ void ViewImplementation::reload()
|
||||
client().async_reload(page_id());
|
||||
}
|
||||
|
||||
void ViewImplementation::traverse_the_history_by_delta(int delta)
|
||||
{
|
||||
client().async_traverse_the_history_by_delta(page_id(), delta);
|
||||
}
|
||||
|
||||
void ViewImplementation::zoom_in()
|
||||
{
|
||||
if (m_zoom_level >= ZOOM_MAX_LEVEL)
|
||||
|
||||
Reference in New Issue
Block a user