mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fix scroll_sensitivity related naming issue (#35462)
Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
This commit is contained in:
parent
03fc54e682
commit
3e1d15da9b
4 changed files with 8 additions and 8 deletions
|
@ -854,7 +854,7 @@ impl LayoutThread {
|
|||
fragment_tree.scrollable_overflow(),
|
||||
self.id.into(),
|
||||
epoch.into(),
|
||||
fragment_tree.root_scroll_sensitivity,
|
||||
fragment_tree.viewport_scroll_sensitivity,
|
||||
);
|
||||
display_list.wr.begin();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue