mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
style: linear(...)
easing: Simplify piecewise linear implementation given parsing simplification
Differential Revision: https://phabricator.services.mozilla.com/D150163
This commit is contained in:
parent
e3e2ee64de
commit
c49a49d7a5
2 changed files with 4 additions and 8 deletions
|
@ -25,7 +25,6 @@ impl ComputedLinearStop {
|
|||
(
|
||||
x.output,
|
||||
x.input.into_rust().map(|x| x.0),
|
||||
None,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue