diff --git a/components/style/values/computed/mod.rs b/components/style/values/computed/mod.rs index 759e236bae9..8695a99ae45 100644 --- a/components/style/values/computed/mod.rs +++ b/components/style/values/computed/mod.rs @@ -51,6 +51,7 @@ pub use self::percentage::Percentage; pub use self::position::Position; pub use self::svg::{SVGLength, SVGOpacity, SVGPaint, SVGPaintKind, SVGStrokeDashArray, SVGWidth}; pub use self::text::{InitialLetter, LetterSpacing, LineHeight, WordSpacing}; +pub use self::time::Time; pub use self::transform::{TimingFunction, TransformOrigin}; #[cfg(feature = "gecko")] @@ -71,6 +72,7 @@ pub mod position; pub mod rect; pub mod svg; pub mod text; +pub mod time; pub mod transform; /// A `Context` is all the data a specified value could ever need to compute @@ -326,41 +328,6 @@ impl ToComputedValue for T impl ComputedValueAsSpecified for Atom {} impl ComputedValueAsSpecified for bool {} -/// A computed `