mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
@ -353,9 +353,7 @@ impl Flow for TableRowFlow {
|
|||
let inline_start_content_edge = Au(0);
|
||||
let inline_end_content_edge = Au(0);
|
||||
|
||||
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