diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2019-05-10 21:20:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-10 21:20:50 -0400 |
commit | 887f43b65bacad5490365f14d54bf25af4d3234b (patch) | |
tree | 2c34539b60750aab59c068959cdc6fc8389a90c0 /components/style_traits/lib.rs | |
parent | 81f750afa770f9bf6f2b0fff8052e5ccf047e4ed (diff) | |
parent | db2f6aa8ca1f23f78a497cb7cc960ff99f23ac04 (diff) | |
download | servo-887f43b65bacad5490365f14d54bf25af4d3234b.tar.gz servo-887f43b65bacad5490365f14d54bf25af4d3234b.zip |
Auto merge of #23353 - emilio:gecko-sync, r=emilio
style: Sync changes from mozilla-central.
See each individual commit for details.
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23353)
<!-- Reviewable:end -->
Diffstat (limited to 'components/style_traits/lib.rs')
-rw-r--r-- | components/style_traits/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/style_traits/lib.rs b/components/style_traits/lib.rs index bce0a507f75..d4a907fa956 100644 --- a/components/style_traits/lib.rs +++ b/components/style_traits/lib.rs @@ -84,11 +84,13 @@ pub enum CSSPixel {} // / hidpi_ratio => DeviceIndependentPixel // / desktop_zoom => CSSPixel +pub mod arc_slice; pub mod specified_value_info; #[macro_use] pub mod values; #[macro_use] pub mod viewport; +pub mod owned_slice; pub use crate::specified_value_info::{CssType, KeywordsCollectFn, SpecifiedValueInfo}; pub use crate::values::{ |