1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 04:57:44 +00:00

Ladybird/AppKit: Remove theme color changing background color

This commit is contained in:
Bastiaan van der Plaat 2023-12-04 19:55:20 +01:00 committed by Tim Flynn
parent 2107ab823d
commit 980e32b4fe
3 changed files with 1 additions and 26 deletions

View file

@ -26,7 +26,6 @@
- (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;