1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:48:12 +00:00

LibWeb: Handle theme change event in OutOfProcessWebView

This commit is contained in:
Linus Groh 2020-10-08 22:13:54 +01:00 committed by Andreas Kling
parent 870dd44ba9
commit e6709e3834
2 changed files with 8 additions and 0 deletions

View file

@ -75,6 +75,7 @@ private:
virtual void mouseup_event(GUI::MouseEvent&) override;
virtual void mousemove_event(GUI::MouseEvent&) override;
virtual void keydown_event(GUI::KeyEvent&) override;
virtual void theme_change_event(GUI::ThemeChangeEvent&) override;
// ^ScrollableWidget
virtual void did_scroll() override;