diff options
Diffstat (limited to 'components/layout_thread_2020')
-rw-r--r-- | components/layout_thread_2020/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/layout_thread_2020/lib.rs b/components/layout_thread_2020/lib.rs index 5ab2ca653e3..8528128150a 100644 --- a/components/layout_thread_2020/lib.rs +++ b/components/layout_thread_2020/lib.rs @@ -1026,6 +1026,7 @@ impl LayoutThread { fragment_tree.scrollable_overflow(), self.id.to_webrender(), epoch.into(), + fragment_tree.root_scroll_sensitivity, ); // `dump_serialized_display_list` doesn't actually print anything. It sets up |