servo/components/gfx/display_list
Martin Robinson b5d51dd263 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.
2017-10-17 23:33:13 +02:00
..
mod.rs Switch to using WebRender hit testing 2017-10-17 23:33:13 +02:00