Backed out changeset d77275db6419 (bug 1374178) for failure reftests/transform-3d/translatez-1a.html r=backout a=backout on a CLOSED TREE

Backs out https://github.com/servo/servo/pull/19106
This commit is contained in:
Gecko Backout 2017-11-07 06:49:27 +00:00 committed by moz-servo-sync
parent 8b892ee0ee
commit 2c1b041fc6
9 changed files with 402 additions and 453 deletions

View file

@ -450,10 +450,3 @@ impl<T: ToCss> ToCss for Transform<T> {
Ok(())
}
}
impl<T> Transform<T> {
/// `none`
pub fn none() -> Self {
Transform(vec![])
}
}