mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 09:09:43 +00:00
Ladybird/AppKit: Update chrome color on theme color change
This commit is contained in:
parent
a5b01689f1
commit
31ff752a10
Notes:
sideshowbarker
2024-07-17 21:16:31 +09:00
Author: https://github.com/juniorrantila
Commit: 31ff752a10
Pull-request: https://github.com/SerenityOS/serenity/pull/21150
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/bplaat
Reviewed-by: https://github.com/shannonbooth
4 changed files with 41 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue