1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 19:17:44 +00:00

LibWeb+LibWebView+WebContent: Add support for meta theme-color

This commit is contained in:
Junior Rantila 2023-09-19 01:51:48 +02:00 committed by Andrew Kaster
parent 3c27843cfe
commit a5b01689f1
8 changed files with 61 additions and 0 deletions

View file

@ -256,6 +256,8 @@ public:
virtual void page_did_finish_text_test() {};
virtual void page_did_change_theme_color(Gfx::Color) { }
protected:
virtual ~PageClient() = default;
};