LibWeb: Obtain theme-color on meta element removal and modification

This commit is contained in:
Gingeh 2025-01-04 09:59:57 +11:00 committed by Sam Atkins
commit 4a0ac312cc
Notes: github-actions[bot] 2025-01-08 11:19:28 +00:00
3 changed files with 55 additions and 35 deletions

View file

@ -245,6 +245,8 @@ public:
Optional<Vector<String> const&> supported_color_schemes() const;
void obtain_supported_color_schemes();
void obtain_theme_color();
void update_style();
void update_layout();
void update_paint_and_hit_testing_properties_if_needed();