Remove unnecessary recv in the constellation

This commit is contained in:
Connor Brewster 2017-06-23 17:42:18 -06:00
parent 3e4021ef1a
commit a92ba8784b
3 changed files with 6 additions and 17 deletions

View file

@ -91,7 +91,7 @@ pub enum Msg {
/// Alerts the compositor that the given pipeline has changed whether it is running animations.
ChangeRunningAnimationsState(PipelineId, AnimationState),
/// Replaces the current frame tree, typically called during main frame navigation.
SetFrameTree(SendableFrameTree, IpcSender<()>),
SetFrameTree(SendableFrameTree),
/// The load of a page has begun
LoadStart,
/// The load of a page has completed