aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_traits/lib.rs
diff options
context:
space:
mode:
authorPrabhjyot Singh Sodhi <prabhjyotsingh95@gmail.com>2015-04-29 19:54:22 +0530
committerPrabhjyot Singh Sodhi <prabhjyotsingh95@gmail.com>2015-04-30 01:22:16 +0530
commitb980278d900ae8dea9bb33d00b73502046106d0c (patch)
tree1bd5e349eace660b05cf6102a59120c567c77676 /components/layout_traits/lib.rs
parent5b0c6c9d31973aabdb820f16237e1a7c2a6524ad (diff)
downloadservo-b980278d900ae8dea9bb33d00b73502046106d0c.tar.gz
servo-b980278d900ae8dea9bb33d00b73502046106d0c.zip
Uniformise the various Msg types [#5882]
Diffstat (limited to 'components/layout_traits/lib.rs')
-rw-r--r--components/layout_traits/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/layout_traits/lib.rs b/components/layout_traits/lib.rs
index 8381b64c3ef..406730f65d7 100644
--- a/components/layout_traits/lib.rs
+++ b/components/layout_traits/lib.rs
@@ -28,8 +28,8 @@ use std::sync::mpsc::{Sender, Receiver};
/// Messages sent to the layout task from the constellation
pub enum LayoutControlMsg {
- ExitNowMsg(PipelineExitType),
- TickAnimationsMsg,
+ ExitNow(PipelineExitType),
+ TickAnimations,
}
/// A channel wrapper for constellation messages