mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Renaming the color function to just *transparent*,
as suggested on review.
This commit is contained in:
parent
cf2406de47
commit
2c7edeb2bf
5 changed files with 7 additions and 7 deletions
|
@ -1318,7 +1318,7 @@ impl BlockFlowDisplayListBuilding for BlockFlow {
|
|||
ScrollPolicy::Scrollable
|
||||
};
|
||||
|
||||
let transparent = color::transparent_black();
|
||||
let transparent = color::transparent();
|
||||
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