mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Elide most 'a lifetimes
This commit is contained in:
parent
35dd1816a9
commit
54c036cd66
33 changed files with 126 additions and 126 deletions
|
@ -1266,7 +1266,7 @@ impl LayoutTask {
|
|||
animation::tick_all_animations(self, &mut rw_data)
|
||||
}
|
||||
|
||||
pub fn tick_animations<'a>(&'a self, rw_data: &mut LayoutTaskData) {
|
||||
pub fn tick_animations(&self, rw_data: &mut LayoutTaskData) {
|
||||
let reflow_info = Reflow {
|
||||
goal: ReflowGoal::ForDisplay,
|
||||
page_clip_rect: MAX_RECT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue