mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:04:59 +00:00
LibWeb+LibWebView+WebContent: Add support for meta theme-color
This commit is contained in:
parent
3c27843cfe
commit
a5b01689f1
8 changed files with 61 additions and 0 deletions
|
@ -85,6 +85,7 @@ private:
|
|||
virtual void did_request_color_picker(Color const& current_color) override;
|
||||
virtual void did_finish_handling_input_event(bool event_was_accepted) override;
|
||||
virtual void did_finish_text_test() override;
|
||||
virtual void did_change_theme_color(Gfx::Color color) override;
|
||||
|
||||
ViewImplementation& m_view;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue