diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/main/layout/layout_task.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/main/layout/layout_task.rs b/src/components/main/layout/layout_task.rs index 0909cbf74df..be46d173d0e 100644 --- a/src/components/main/layout/layout_task.rs +++ b/src/components/main/layout/layout_task.rs @@ -120,6 +120,7 @@ impl PreorderFlowTraversal for PropagateDamageTraversal { if self.all_style_damage { flow::mut_base(flow).restyle_damage.union_in_place(RestyleDamage::all()) } + debug!("restyle damage = {:?}", flow::base(flow).restyle_damage); let prop = flow::base(flow).restyle_damage.propagate_down(); if prop.is_nonempty() { |