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 837945eff81..e34704b5039 100644
--- a/components/layout/lib.rs
+++ b/components/layout/lib.rs
@@ -70,6 +70,7 @@ pub mod layout_task;
pub mod inline;
pub mod list_item;
pub mod model;
+pub mod opaque_node;
pub mod parallel;
pub mod sequential;
pub mod table_wrapper;