mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Make the choice of layout runtime setting
Co-authored-by: Samson <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
f11c6045e3
commit
d31cdb682f
262 changed files with 1740 additions and 3700 deletions
|
@ -675,7 +675,7 @@ where
|
|||
element.finish_restyle(context, data, new_styles, important_rules_changed)
|
||||
}
|
||||
|
||||
#[cfg(feature = "servo-layout-2013")]
|
||||
#[cfg(feature = "servo")]
|
||||
fn notify_paint_worklet<E>(context: &StyleContext<E>, data: &ElementData)
|
||||
where
|
||||
E: TElement,
|
||||
|
@ -713,7 +713,7 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
#[cfg(not(feature = "servo-layout-2013"))]
|
||||
#[cfg(not(feature = "servo"))]
|
||||
fn notify_paint_worklet<E>(_context: &StyleContext<E>, _data: &ElementData)
|
||||
where
|
||||
E: TElement,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue