mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01: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
|
@ -20,6 +20,7 @@ canvas = { path = "../canvas" }
|
|||
crossbeam-channel = { workspace = true }
|
||||
embedder_traits = { path = "../embedder_traits" }
|
||||
euclid = { workspace = true }
|
||||
fnv = { workspace = true }
|
||||
gfx_traits = { path = "../gfx_traits" }
|
||||
gleam = { workspace = true, optional = true }
|
||||
image = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue