aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r--components/layout/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs
index abdf6ff04c0..1df46c557f4 100644
--- a/components/layout/lib.rs
+++ b/components/layout/lib.rs
@@ -93,6 +93,7 @@ pub mod wrapper;
// For unit tests:
pub use fragment::Fragment;
pub use fragment::SpecificFragmentInfo;
+pub use self::data::PersistentLayoutData;
/// Returns whether the two arguments point to the same value.
///