mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Using the new transparent_black() in the proper places.
This commit is contained in:
parent
e1db06475c
commit
ffa23088ff
3 changed files with 3 additions and 3 deletions
|
@ -508,7 +508,7 @@ impl<Window: WindowMethods> IOCompositor<Window> {
|
|||
epoch: Epoch(0),
|
||||
id: LayerId::null(),
|
||||
rect: Rect::zero(),
|
||||
background_color: color::black(),
|
||||
background_color: color::transparent_black(),
|
||||
scroll_policy: ScrollPolicy::Scrollable,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue