stylo: Introduce ComputedValuesInner

This commit is contained in:
Manish Goregaokar 2017-07-17 11:41:44 -07:00 committed by Manish Goregaokar
parent 5d78743037
commit 04b0ae64f2
6 changed files with 125 additions and 73 deletions

View file

@ -38,7 +38,7 @@ pub use gecko::restyle_damage::GeckoRestyleDamage as RestyleDamage;
/// A type that represents the previous computed values needed for restyle
/// damage calculation.
#[cfg(feature = "servo")]
pub type PreExistingComputedValues = ::properties::ServoComputedValues;
pub type PreExistingComputedValues = ::properties::ComputedValues;
/// A type that represents the previous computed values needed for restyle
/// damage calculation.