mirror of
https://github.com/servo/servo.git
synced 2025-06-09 09:03:23 +00:00
Add a compositor-side scroll tree
This will allow the compositor to properly chain scrolling requests up when a node has reached the extent of the scroll area. This fixes scrolling on servo.org.
This commit is contained in:
parent
918557ad6d
commit
c56a814806
12 changed files with 677 additions and 102 deletions
|
@ -225,6 +225,7 @@ class MachCommands(CommandBase):
|
|||
"net",
|
||||
"net_traits",
|
||||
"selectors",
|
||||
"script_traits",
|
||||
"servo_config",
|
||||
"servo_remutex",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue