mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
LibWeb: Handle theme change event in OutOfProcessWebView
This commit is contained in:
parent
870dd44ba9
commit
e6709e3834
Notes:
sideshowbarker
2024-07-19 01:57:46 +09:00
Author: https://github.com/linusg
Commit: e6709e3834
Pull-request: https://github.com/SerenityOS/serenity/pull/3727
2 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue