mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
compositing: Keep the event loop awake when scrolling.
This commit is contained in:
parent
9e3e361b84
commit
b4b3cbccf7
3 changed files with 24 additions and 6 deletions
|
@ -103,6 +103,7 @@ impl CompositorEventListener for NullCompositor {
|
|||
Msg::LoadComplete |
|
||||
Msg::PaintMsgDiscarded(..) |
|
||||
Msg::ScrollTimeout(..) |
|
||||
Msg::RecompositeAfterScroll |
|
||||
Msg::ChangePageTitle(..) |
|
||||
Msg::ChangePageUrl(..) |
|
||||
Msg::KeyEvent(..) |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue