mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:07:44 +00:00
LibWeb+LibWebView+WebContent: Add support for meta theme-color
This commit is contained in:
parent
3c27843cfe
commit
a5b01689f1
8 changed files with 61 additions and 0 deletions
|
@ -463,4 +463,9 @@ void PageHost::page_did_request_color_picker(Color current_color)
|
|||
m_client.async_did_request_color_picker(current_color);
|
||||
}
|
||||
|
||||
void PageHost::page_did_change_theme_color(Gfx::Color color)
|
||||
{
|
||||
m_client.async_did_change_theme_color(color);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue