mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Remove unused argument to adjust_clipping_region_for_children
This commit is contained in:
parent
eda8784c34
commit
cac06e579c
3 changed files with 4 additions and 8 deletions
|
@ -1682,8 +1682,7 @@ impl Flow for InlineFlow {
|
|||
fragment.stacking_relative_content_box(&stacking_relative_border_box);
|
||||
let mut clip = self.base.clip.clone();
|
||||
fragment.adjust_clipping_region_for_children(&mut clip,
|
||||
&stacking_relative_border_box,
|
||||
false);
|
||||
&stacking_relative_border_box);
|
||||
let is_positioned = fragment.is_positioned();
|
||||
match fragment.specific {
|
||||
SpecificFragmentInfo::InlineBlock(ref mut info) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue