mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #9022 - mskrzypkows:PaintMsg_refactoring, r=jdm
Move PaintMsg enum to gfx_traits #8844 re-PR of https://github.com/servo/servo/pull/9007, because homu seems stuck Fixes #8844. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9022) <!-- Reviewable:end -->
This commit is contained in:
commit
95eabdb4db
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