mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
@ -1921,8 +1921,7 @@ impl Flow for BlockFlow {
|
|||
CoordinateSystem::Own);
|
||||
self.fragment.adjust_clipping_region_for_children(
|
||||
&mut clip,
|
||||
&stacking_relative_border_box,
|
||||
self.base.flags.contains(IS_ABSOLUTELY_POSITIONED));
|
||||
&stacking_relative_border_box);
|
||||
|
||||
// Process children.
|
||||
for kid in self.base.child_iter() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue