mirror of
https://github.com/servo/servo.git
synced 2025-06-12 18:34:39 +00:00
Uniformise the various Msg types [#5882]
This commit is contained in:
parent
5b0c6c9d31
commit
b980278d90
9 changed files with 37 additions and 37 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue