layout: use Au in BoxFragment (#31794)

* use au in BoxFragement

* review fix
This commit is contained in:
atbrakhi 2024-03-22 10:00:39 +05:30 committed by GitHub
parent 0b863de846
commit 95e69fe4ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 98 additions and 100 deletions

View file

@ -378,9 +378,9 @@ impl InlineBoxLineItem {
self.style.clone(),
fragments,
content_rect,
padding.into(),
border.into(),
margin.into(),
padding,
border,
margin,
None, /* clearance */
CollapsedBlockMargins::zero(),
);