mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Rename ImageRect to MozImageRect
This commit is contained in:
parent
50c46ae0e1
commit
907d629ca4
6 changed files with 18 additions and 18 deletions
|
@ -30,7 +30,7 @@ pub use self::border::{BorderRadius, BorderCornerRadius};
|
|||
pub use self::color::{Color, RGBAColor};
|
||||
pub use self::effects::{BoxShadow, Filter, SimpleShadow};
|
||||
pub use self::flex::FlexBasis;
|
||||
pub use self::image::{Gradient, GradientItem, ImageLayer, LineDirection, Image, ImageRect};
|
||||
pub use self::image::{Gradient, GradientItem, Image, ImageLayer, LineDirection, MozImageRect};
|
||||
#[cfg(feature = "gecko")]
|
||||
pub use self::gecko::ScrollSnapPoint;
|
||||
pub use self::rect::LengthOrNumberRect;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue