mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
stylo: Introduce ComputedValuesInner
This commit is contained in:
parent
5d78743037
commit
04b0ae64f2
6 changed files with 125 additions and 73 deletions
|
@ -13,7 +13,7 @@ pub type ServoWritingMode = ::logical_geometry::WritingMode;
|
|||
pub type ServoFontComputationData = ::properties::FontComputationData;
|
||||
pub type ServoCustomPropertiesMap = Option<::stylearc::Arc<::custom_properties::CustomPropertiesMap>>;
|
||||
pub type ServoRuleNode = Option<::rule_tree::StrongRuleNode>;
|
||||
pub type ServoVisitedStyle = Option<::stylearc::Arc<ServoComputedValues2>>;
|
||||
pub type ServoVisitedStyle = Option<::stylearc::Arc<::properties::ComputedValues>>;
|
||||
pub type ServoComputedValueFlags = ::properties::computed_value_flags::ComputedValueFlags;
|
||||
pub type ServoRawOffsetArc<T> = ::stylearc::RawOffsetArc<T>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue