style: Ditch GeckoStyleCoordHelpers, and implement directly on nsStyleCoord.

This commit is contained in:
Emilio Cobos Álvarez 2017-01-02 04:53:00 +01:00
parent 9b6cf8dc1b
commit 7b4d3deae7
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
3 changed files with 10 additions and 11 deletions

View file

@ -9,7 +9,7 @@
#![allow(unsafe_code)]
use app_units::Au;
use gecko::values::{convert_rgba_to_nscolor, StyleCoordHelpers};
use gecko::values::convert_rgba_to_nscolor;
use gecko_bindings::bindings::{Gecko_CreateGradient, Gecko_SetGradientImageValue, Gecko_SetUrlImageValue};
use gecko_bindings::bindings::{RawServoStyleSheet, RawServoDeclarationBlock, RawServoStyleRule, RawServoImportRule};
use gecko_bindings::bindings::{ServoComputedValues, ServoCssRules};