mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Move PaintMsg enum to gfx_traits #8844
This commit is contained in:
parent
f3e921a584
commit
3f7f323556
9 changed files with 23 additions and 10 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