mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Add a 'dom lifetime to GetLayoutData
This commit is contained in:
parent
2d055cbf6b
commit
04af32128c
15 changed files with 130 additions and 125 deletions
|
@ -61,8 +61,8 @@ impl TableCellFlow {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn from_node_fragment_and_visibility_flag<N: ThreadSafeLayoutNode>(
|
||||
node: &N,
|
||||
pub fn from_node_fragment_and_visibility_flag<'dom>(
|
||||
node: &impl ThreadSafeLayoutNode<'dom>,
|
||||
fragment: Fragment,
|
||||
visible: bool,
|
||||
) -> TableCellFlow {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue