mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
compositing: Support multiple events per frame.
Improves scrolling performance on Mac.
This commit is contained in:
parent
e52197d126
commit
0098d9e9e8
12 changed files with 67 additions and 59 deletions
|
@ -45,12 +45,11 @@ pub use constellation::Constellation;
|
|||
pub mod compositor_task;
|
||||
|
||||
mod compositor_layer;
|
||||
mod scrolling;
|
||||
|
||||
mod compositor;
|
||||
mod headless;
|
||||
mod scrolling;
|
||||
|
||||
pub mod pipeline;
|
||||
pub mod constellation;
|
||||
|
||||
pub mod windowing;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue