Ladybird/AppKit: Update chrome color on theme color change

This commit is contained in:
Junior Rantila 2023-09-19 01:57:10 +02:00 committed by Andrew Kaster
commit 31ff752a10
Notes: sideshowbarker 2024-07-17 21:16:31 +09:00
4 changed files with 41 additions and 0 deletions

View file

@ -26,6 +26,7 @@
- (void)loadURL:(URL const&)url;
- (void)onLoadStart:(URL const&)url isRedirect:(BOOL)is_redirect;
- (void)onLoadFinish:(URL const&)url;
- (void)onThemeColorChange:(Color)color;
- (void)onTitleChange:(DeprecatedString const&)title;
- (void)onFaviconChange:(Gfx::Bitmap const&)bitmap;