Auto merge of #6280 - glennw:transform-transitions, r=nox

Also tidy up some of the ComputedMatrix code.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6280)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-06-09 16:32:54 -06:00
commit 8236221acf
5 changed files with 212 additions and 71 deletions

View file

@ -888,7 +888,7 @@ pub mod specified {
}
pub mod computed {
pub use super::specified::{BorderStyle, Time};
pub use super::specified::{Angle, BorderStyle, Time};
use super::specified::{AngleOrCorner};
use super::{specified, CSSFloat};
pub use cssparser::Color as CSSColor;