mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Remove border_collapse field in InternalTable
This commit is contained in:
parent
22472b4db4
commit
3465b2f14d
4 changed files with 11 additions and 23 deletions
|
@ -131,9 +131,7 @@ impl Flow for TableRowGroupFlow {
|
|||
let content_inline_size = containing_block_inline_size;
|
||||
|
||||
let border_collapse = self.block_flow.fragment.style.get_inheritedtable().border_collapse;
|
||||
let inline_size_computer = InternalTable {
|
||||
border_collapse: border_collapse,
|
||||
};
|
||||
let inline_size_computer = InternalTable;
|
||||
inline_size_computer.compute_used_inline_size(&mut self.block_flow,
|
||||
shared_context,
|
||||
containing_block_inline_size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue