mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Remove border collapse argument from compute_border_and_padding
This commit is contained in:
parent
3c42792efa
commit
1df72ba935
6 changed files with 12 additions and 33 deletions
|
@ -545,8 +545,7 @@ pub struct InternalTable {
|
|||
|
||||
impl ISizeAndMarginsComputer for InternalTable {
|
||||
fn compute_border_and_padding(&self, block: &mut BlockFlow, containing_block_inline_size: Au) {
|
||||
block.fragment.compute_border_and_padding(containing_block_inline_size,
|
||||
self.border_collapse)
|
||||
block.fragment.compute_border_and_padding(containing_block_inline_size)
|
||||
}
|
||||
|
||||
/// Compute the used value of inline-size, taking care of min-inline-size and max-inline-size.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue