mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
Make it possible to construct StyleBuilder with two different inherited styles.
Part 3 of Gecko bug 1382806. r=emilio
This commit is contained in:
parent
f991b76535
commit
048044f98b
4 changed files with 41 additions and 1 deletions
|
@ -479,6 +479,7 @@ where
|
|||
rules.unwrap_or(self.context.shared.stylist.rule_tree().root()),
|
||||
&self.context.shared.guards,
|
||||
parent_style,
|
||||
parent_style,
|
||||
layout_parent_style,
|
||||
style_if_visited,
|
||||
Some(&mut cascade_info),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue