mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
After discussion, it seems that transparent_white() has undefined behavior.
This commit is contained in:
parent
95bcc5747c
commit
cf2406de47
2 changed files with 1 additions and 6 deletions
|
@ -1318,7 +1318,7 @@ impl BlockFlowDisplayListBuilding for BlockFlow {
|
|||
ScrollPolicy::Scrollable
|
||||
};
|
||||
|
||||
let transparent = color::transparent_white();
|
||||
let transparent = color::transparent_black();
|
||||
let stacking_context =
|
||||
self.create_stacking_context(display_list,
|
||||
Some(Arc::new(PaintLayer::new(self.layer_id(0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue