mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
layout: Propagate selected_style to InlineFragmentNodeInfo
This commit is contained in:
parent
359f7b7953
commit
4460712a8f
2 changed files with 3 additions and 2 deletions
|
@ -1854,6 +1854,7 @@ impl fmt::Debug for InlineFlow {
|
|||
pub struct InlineFragmentNodeInfo {
|
||||
pub address: OpaqueNode,
|
||||
pub style: Arc<ServoComputedValues>,
|
||||
pub selected_style: Arc<ServoComputedValues>,
|
||||
pub pseudo: PseudoElementType<()>,
|
||||
pub flags: InlineFragmentNodeFlags,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue