mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:38:12 +00:00
LibWebView+Ladybird: Move preferred color scheme to ViewImplementation
This commit is contained in:
parent
5bf5697f16
commit
f183745f4e
6 changed files with 7 additions and 13 deletions
|
@ -517,11 +517,6 @@ void WebContentView::show_inspector()
|
|||
inspect_dom_tree();
|
||||
}
|
||||
|
||||
void WebContentView::set_preferred_color_scheme(Web::CSS::PreferredColorScheme color_scheme)
|
||||
{
|
||||
client().async_set_preferred_color_scheme(color_scheme);
|
||||
}
|
||||
|
||||
void WebContentView::update_zoom()
|
||||
{
|
||||
client().async_set_device_pixels_per_css_pixel(m_device_pixel_ratio * m_zoom_level);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue