aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/gecko_values.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/gecko_values.rs')
-rw-r--r--components/style/gecko_values.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/style/gecko_values.rs b/components/style/gecko_values.rs
index f3c570f34cc..79cfcbb0beb 100644
--- a/components/style/gecko_values.rs
+++ b/components/style/gecko_values.rs
@@ -6,13 +6,13 @@
use app_units::Au;
use cssparser::RGBA;
-use gecko_bindings::structs::nsStyleCoord;
use gecko_bindings::structs::{NS_RADIUS_CLOSEST_SIDE, NS_RADIUS_FARTHEST_SIDE};
-use gecko_bindings::sugar::ns_style_coord::{CoordDataValue, CoordData, CoordDataMut};
+use gecko_bindings::structs::nsStyleCoord;
+use gecko_bindings::sugar::ns_style_coord::{CoordData, CoordDataMut, CoordDataValue};
use std::cmp::max;
+use values::computed::{LengthOrPercentage, LengthOrPercentageOrAuto, LengthOrPercentageOrNone};
use values::computed::Angle;
use values::computed::basic_shape::ShapeRadius;
-use values::computed::{LengthOrPercentage, LengthOrPercentageOrAuto, LengthOrPercentageOrNone};
pub trait StyleCoordHelpers {
fn set<T: GeckoStyleCoordConvertible>(&mut self, val: T);