mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 18:00:16 +00:00
LibWeb: Obtain theme-color on meta element removal and modification
This commit is contained in:
parent
df70455d3f
commit
4a0ac312cc
Notes:
github-actions[bot]
2025-01-08 11:19:28 +00:00
Author: https://github.com/Gingeh
Commit: 4a0ac312cc
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3146
Reviewed-by: https://github.com/AtkinsSJ ✅
3 changed files with 55 additions and 35 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue