aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/fragment_tree/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout_2020/fragment_tree/mod.rs')
-rw-r--r--components/layout_2020/fragment_tree/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/layout_2020/fragment_tree/mod.rs b/components/layout_2020/fragment_tree/mod.rs
index 03e112d7adf..4579638685a 100644
--- a/components/layout_2020/fragment_tree/mod.rs
+++ b/components/layout_2020/fragment_tree/mod.rs
@@ -8,6 +8,7 @@ mod containing_block;
mod fragment;
mod fragment_tree;
mod hoisted_shared_fragment;
+mod positioning_fragment;
pub(crate) use base_fragment::*;
pub(crate) use box_fragment::*;
@@ -15,3 +16,4 @@ pub(crate) use containing_block::*;
pub(crate) use fragment::*;
pub use fragment_tree::*;
pub(crate) use hoisted_shared_fragment::*;
+pub(crate) use positioning_fragment::*;