layout: Propagate selected_style to InlineFragmentNodeInfo

This commit is contained in:
Emilio Cobos Álvarez 2016-03-29 03:32:57 +02:00
parent 359f7b7953
commit 4460712a8f
2 changed files with 3 additions and 2 deletions

View file

@ -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,
}