Remove border_collapse field in InternalTable

This commit is contained in:
Keith Yeung 2017-12-08 04:51:21 -08:00
parent 22472b4db4
commit 3465b2f14d
4 changed files with 11 additions and 23 deletions

View file

@ -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);