mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Format remaining files
This commit is contained in:
parent
bf47f90da6
commit
cb07debcb6
252 changed files with 5944 additions and 3744 deletions
|
@ -185,7 +185,8 @@ impl InlineBlockSplit {
|
|||
predecessors: mem::replace(
|
||||
fragment_accumulator,
|
||||
InlineFragmentsAccumulator::from_inline_node(node, style_context),
|
||||
).to_intermediate_inline_fragments::<ConcreteThreadSafeLayoutNode>(style_context),
|
||||
)
|
||||
.to_intermediate_inline_fragments::<ConcreteThreadSafeLayoutNode>(style_context),
|
||||
flow: flow,
|
||||
};
|
||||
|
||||
|
@ -402,7 +403,7 @@ impl<'a, ConcreteThreadSafeLayoutNode: ThreadSafeLayoutNode>
|
|||
&self.layout_context,
|
||||
));
|
||||
SpecificFragmentInfo::Image(image_info)
|
||||
}
|
||||
},
|
||||
Some(LayoutNodeType::Element(LayoutElementType::HTMLMediaElement)) => {
|
||||
let data = node.media_data().unwrap();
|
||||
SpecificFragmentInfo::Media(Box::new(MediaFragmentInfo::new(data)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue