diff options
author | Josh Matthews <josh@joshmatthews.net> | 2020-04-27 14:53:28 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2020-05-11 17:41:56 -0400 |
commit | 884225003358b3a4cdacc802e4b429e44f28d16f (patch) | |
tree | 10c77d981f8e6c19dc6565ce66467826371c776e /components/layout/display_list/mod.rs | |
parent | 41367b01bbb0e43a1d7f57f63cbd3099610f2544 (diff) | |
download | servo-884225003358b3a4cdacc802e4b429e44f28d16f.tar.gz servo-884225003358b3a4cdacc802e4b429e44f28d16f.zip |
Update webrender.
Diffstat (limited to 'components/layout/display_list/mod.rs')
-rw-r--r-- | components/layout/display_list/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/display_list/mod.rs b/components/layout/display_list/mod.rs index 257d9eb6ddc..0ac0f81e7ee 100644 --- a/components/layout/display_list/mod.rs +++ b/components/layout/display_list/mod.rs @@ -12,7 +12,7 @@ pub use self::conversions::ToLayout; mod background; mod border; mod builder; -mod conversions; +pub(crate) mod conversions; mod gradient; pub mod items; mod webrender_helpers; |