mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Remove unused lifetime parameters from LayoutTask methods.
This commit is contained in:
parent
aa105d89b4
commit
15245b31ae
1 changed files with 13 additions and 13 deletions
|
@ -979,7 +979,7 @@ impl LayoutTask {
|
|||
}
|
||||
}
|
||||
|
||||
fn compute_abs_pos_and_build_display_list<'a>(&'a mut self,
|
||||
fn compute_abs_pos_and_build_display_list(&mut self,
|
||||
data: &Reflow,
|
||||
layout_root: &mut FlowRef,
|
||||
shared_layout_context: &mut SharedLayoutContext,
|
||||
|
@ -1348,7 +1348,7 @@ impl LayoutTask {
|
|||
&mut layout_context);
|
||||
}
|
||||
|
||||
fn perform_post_style_recalc_layout_passes<'a>(&'a mut self,
|
||||
fn perform_post_style_recalc_layout_passes(&mut self,
|
||||
data: &Reflow,
|
||||
rw_data: &mut LayoutTaskData,
|
||||
layout_context: &mut SharedLayoutContext) {
|
||||
|
@ -1407,7 +1407,7 @@ impl LayoutTask {
|
|||
}
|
||||
}
|
||||
|
||||
fn perform_post_main_layout_passes<'a>(&'a mut self,
|
||||
fn perform_post_main_layout_passes(&mut self,
|
||||
data: &Reflow,
|
||||
rw_data: &mut LayoutTaskData,
|
||||
layout_context: &mut SharedLayoutContext) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue