mirror of
https://github.com/servo/servo.git
synced 2025-08-13 17:35:36 +01:00
Properly implement ToAnimatedZero for BorderSpacing
This commit is contained in:
parent
b17fea1d7f
commit
52f0fcabad
4 changed files with 15 additions and 10 deletions
|
@ -69,14 +69,6 @@ impl BorderCornerRadius {
|
|||
}
|
||||
}
|
||||
|
||||
impl ToAnimatedZero for BorderSpacing {
|
||||
#[inline]
|
||||
fn to_animated_zero(&self) -> Result<Self, ()> {
|
||||
// FIXME(emilio): Why?
|
||||
Err(())
|
||||
}
|
||||
}
|
||||
|
||||
impl ToAnimatedZero for BorderCornerRadius {
|
||||
#[inline]
|
||||
fn to_animated_zero(&self) -> Result<Self, ()> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue