mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 04:37:55 +00:00
LibWebView+Ladybird: Move get source request to ViewImplementation
This commit is contained in:
committed by
Andreas Kling
parent
5d9f4b2ffc
commit
f313708237
@@ -42,4 +42,9 @@ void ViewImplementation::reset_zoom()
|
||||
update_zoom();
|
||||
}
|
||||
|
||||
void ViewImplementation::get_source()
|
||||
{
|
||||
client().async_get_source();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user