compositing: Keep the event loop awake when scrolling.

This commit is contained in:
Patrick Walton 2015-04-10 10:24:28 -07:00
parent 9e3e361b84
commit b4b3cbccf7
3 changed files with 24 additions and 6 deletions

View file

@ -103,6 +103,7 @@ impl CompositorEventListener for NullCompositor {
Msg::LoadComplete |
Msg::PaintMsgDiscarded(..) |
Msg::ScrollTimeout(..) |
Msg::RecompositeAfterScroll |
Msg::ChangePageTitle(..) |
Msg::ChangePageUrl(..) |
Msg::KeyEvent(..) |