mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:17:45 +00:00
LibWeb: Fill PageHost root with document background color
This makes Acid3 have a background color again.
Regressed with f2f14ad9bd
.
This commit is contained in:
parent
f4d8a24fe4
commit
1b8788157c
2 changed files with 15 additions and 1 deletions
|
@ -49,6 +49,8 @@ public:
|
|||
void confirm_closed(bool accepted);
|
||||
void prompt_closed(Optional<String> response);
|
||||
|
||||
[[nodiscard]] Gfx::Color background_color() const;
|
||||
|
||||
private:
|
||||
// ^PageClient
|
||||
virtual bool is_connection_open() const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue