mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
@ -208,9 +208,7 @@ impl Flow for TableCellFlow {
|
|||
// The position was set to the column inline-size by the parent flow, table row flow.
|
||||
let containing_block_inline_size = self.block_flow.base.block_container_inline_size;
|
||||
|
||||
let inline_size_computer = InternalTable {
|
||||
border_collapse: self.block_flow.fragment.style.get_inheritedtable().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