Remove unused arguments from LoadComplete and LoadCompleteMsg

This commit is contained in:
Manish Goregaokar 2014-11-14 02:14:00 +05:30
parent d5f1bb2df5
commit cdddf6465c
5 changed files with 9 additions and 10 deletions

View file

@ -104,7 +104,7 @@ impl CompositorEventListener for NullCompositor {
CreateOrUpdateDescendantLayer(..) |
SetLayerOrigin(..) | Paint(..) |
ChangeReadyState(..) | ChangeRenderState(..) | ScrollFragmentPoint(..) |
LoadComplete(..) | RenderMsgDiscarded(..) | ScrollTimeout(..) => ()
LoadComplete | RenderMsgDiscarded(..) | ScrollTimeout(..) => ()
}
true
}