Add a generic PositionValue struct

This commit is contained in:
Ravi Shankar 2017-04-14 15:39:13 +05:30
parent f4b18643c2
commit 6f062e5857
2 changed files with 115 additions and 0 deletions

View file

@ -14,6 +14,7 @@ use super::computed::{Context, ToComputedValue};
pub use self::basic_shape::serialize_radius_values;
pub mod basic_shape;
pub mod position;
#[derive(Clone, PartialEq, Debug)]
#[cfg_attr(feature = "servo", derive(HeapSizeOf))]