aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/lib.rs')
-rw-r--r--components/style/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/style/lib.rs b/components/style/lib.rs
index 247daf6222d..3c4241b0df9 100644
--- a/components/style/lib.rs
+++ b/components/style/lib.rs
@@ -110,6 +110,7 @@ pub mod font_face;
pub mod font_metrics;
#[cfg(feature = "gecko")] #[allow(unsafe_code)] pub mod gecko;
#[cfg(feature = "gecko")] #[allow(unsafe_code)] pub mod gecko_bindings;
+pub mod invalidation;
pub mod keyframes;
#[allow(missing_docs)] // TODO.
pub mod logical_geometry;