aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/context.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/context.rs')
-rw-r--r--components/layout/context.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/context.rs b/components/layout/context.rs
index 6c87ef63742..abb510df0d2 100644
--- a/components/layout/context.rs
+++ b/components/layout/context.rs
@@ -86,7 +86,7 @@ pub struct SharedLayoutContext {
/// Starts at zero, and increased by one every time a layout completes.
/// This can be used to easily check for invalid stale data.
- pub generation: uint,
+ pub generation: u32,
}
pub struct SharedLayoutContextWrapper(pub *const SharedLayoutContext);