mirror of
https://github.com/servo/servo.git
synced 2025-06-15 11:54:28 +00:00
Store hit testing information in a data structure that sits alongside the display list in the compositor. This will allow the compositor to store more information per-node. The data structure also takes care of de-duplicating information between successive display list entries. In the future, the data structure can be even more aggressive in producing smaller side hit testing lists, if necessary. |
||
---|---|---|
.. | ||
build.rs | ||
Cargo.toml | ||
compositor.rs | ||
compositor_thread.rs | ||
gl.rs | ||
lib.rs | ||
touch.rs | ||
windowing.rs |