mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
WebContent+LibWebView: Add support for user style sheets
This commit is contained in:
committed by
Andreas Kling
parent
6dcd8d4a2c
commit
ec340f03a5
@@ -516,4 +516,9 @@ void OutOfProcessWebView::set_content_scales_to_viewport(bool b)
|
||||
m_content_scales_to_viewport = b;
|
||||
}
|
||||
|
||||
void OutOfProcessWebView::set_user_style_sheet(String source)
|
||||
{
|
||||
client().async_set_user_style(source);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user