mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Move ComputedUrl into their impl mods.
This commit is contained in:
parent
d001fd9a0a
commit
0090fbb3c8
4 changed files with 57 additions and 58 deletions
|
@ -117,9 +117,9 @@ pub mod ui;
|
|||
/// Common handling for the specified value CSS url() values.
|
||||
pub mod url {
|
||||
#[cfg(feature = "servo")]
|
||||
pub use ::servo::url::*;
|
||||
pub use ::servo::url::{SpecifiedUrl, SpecifiedImageUrl};
|
||||
#[cfg(feature = "gecko")]
|
||||
pub use ::gecko::url::*;
|
||||
pub use ::gecko::url::{SpecifiedUrl, SpecifiedImageUrl};
|
||||
}
|
||||
|
||||
/// Parse a `<number>` value, with a given clamping mode.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue