mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
Switch to using WebRender hit testing
This trades quite a bit of complicated code in Servo for few more messages and a significant performance improvement. In particular, WebRender can search the entire display list at once instead of ping-ponging down the pipeline tree. This allows us to send mouse events to the correct pipeline immediately.
This commit is contained in:
parent
00e2a1c62a
commit
b5d51dd263
20 changed files with 381 additions and 555 deletions
|
@ -15,6 +15,7 @@ gfx_traits = {path = "../gfx_traits"}
|
|||
gleam = "0.4"
|
||||
image = "0.16"
|
||||
ipc-channel = "0.9"
|
||||
libc = "0.2"
|
||||
log = "0.3.5"
|
||||
msg = {path = "../msg"}
|
||||
net_traits = {path = "../net_traits"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue