mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:27:34 +00:00
LibWeb+WebContent: Make document background and Viewport transparent
This means iframes are transparent by default (as in firefox/chrome). Painting the outermost canvas background is moved to the PageHost.
This commit is contained in:
parent
5e7c838160
commit
f2f14ad9bd
5 changed files with 9 additions and 9 deletions
|
@ -179,7 +179,7 @@ public:
|
|||
Page* page();
|
||||
Page const* page() const;
|
||||
|
||||
Color background_color(Gfx::Palette const&) const;
|
||||
Color background_color() const;
|
||||
Vector<CSS::BackgroundLayerData> const* background_layers() const;
|
||||
|
||||
Color link_color() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue