mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Moved ScriptToCompositorMsg enum and EventResult enum to script_traits
Moved ScriptToCompositorMsg enum and EventResult enum to script_traits (rebased)
This commit is contained in:
commit
82f39d5a1c
10 changed files with 24 additions and 11 deletions
|
@ -241,12 +241,6 @@ pub enum MouseButton {
|
|||
Right,
|
||||
}
|
||||
|
||||
/// Messages from the paint task to the constellation.
|
||||
#[derive(Deserialize, Serialize)]
|
||||
pub enum PaintMsg {
|
||||
Failure(Failure),
|
||||
}
|
||||
|
||||
#[derive(Clone, Eq, PartialEq, Deserialize, Serialize, Debug)]
|
||||
pub enum AnimationState {
|
||||
AnimationsPresent,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue