mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:57:34 +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
|
@ -43,7 +43,6 @@ public:
|
|||
|
||||
void set_content_filters(Vector<DeprecatedString>);
|
||||
void set_proxy_mappings(Vector<DeprecatedString> proxies, HashMap<DeprecatedString, size_t> mappings);
|
||||
void set_preferred_color_scheme(Web::CSS::PreferredColorScheme);
|
||||
void connect_to_webdriver(DeprecatedString const& webdriver_ipc_path);
|
||||
|
||||
void set_window_position(Gfx::IntPoint);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue