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
|
@ -37,8 +37,8 @@ pub struct FragmentTree {
|
|||
/// <https://drafts.csswg.org/css-backgrounds/#special-backgrounds>
|
||||
pub(crate) canvas_background: CanvasBackground,
|
||||
|
||||
/// Whether or not the root element is sensitive to scroll input events.
|
||||
pub root_scroll_sensitivity: AxesScrollSensitivity,
|
||||
/// Whether or not the viewport is sensitive to scroll input events.
|
||||
pub viewport_scroll_sensitivity: AxesScrollSensitivity,
|
||||
}
|
||||
|
||||
impl FragmentTree {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue