diff options
Diffstat (limited to 'components/layout/incremental.rs')
-rw-r--r-- | components/layout/incremental.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/layout/incremental.rs b/components/layout/incremental.rs index de89c187120..d69610daa12 100644 --- a/components/layout/incremental.rs +++ b/components/layout/incremental.rs @@ -47,6 +47,7 @@ bitflags! { } } + impl RestyleDamage { /// Supposing a flow has the given `position` property and this damage, returns the damage that /// we should add to the *parent* of this flow. |