mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 05:08:56 +00:00
LibWeb+LibWebView+WebContent: Add support for meta theme-color
This commit is contained in:
committed by
Andrew Kaster
parent
3c27843cfe
commit
a5b01689f1
@@ -396,4 +396,10 @@ void WebContentClient::did_finish_handling_input_event(bool event_was_accepted)
|
||||
m_view.on_finish_handling_input_event(event_was_accepted);
|
||||
}
|
||||
|
||||
void WebContentClient::did_change_theme_color(Gfx::Color color)
|
||||
{
|
||||
if (m_view.on_theme_color_change)
|
||||
m_view.on_theme_color_change(color);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user