mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
stylo: Introduce ComputedValuesInner
This commit is contained in:
parent
5d78743037
commit
04b0ae64f2
6 changed files with 125 additions and 73 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue