mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:17:45 +00:00
WebContent+LibWebView: Add support for user style sheets
This commit is contained in:
parent
6dcd8d4a2c
commit
ec340f03a5
7 changed files with 24 additions and 1 deletions
|
@ -366,6 +366,11 @@ Web::WebIDL::ExceptionOr<void> PageHost::toggle_media_controls_state()
|
|||
return page().toggle_media_controls_state();
|
||||
}
|
||||
|
||||
void PageHost::set_user_style(String source)
|
||||
{
|
||||
page().set_user_style(source);
|
||||
}
|
||||
|
||||
void PageHost::page_did_request_accept_dialog()
|
||||
{
|
||||
m_client.async_did_request_accept_dialog();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue