Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Loirooriol committed Feb 28, 2024
1 parent 72ccd32 commit c3cc283
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion style/values/generics/color.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ pub enum GenericColor<Percentage> {

bitflags! {
/// Flags used to modify the calculation of a color mix result.
#[derive(Clone, Copy, Default, MallocSizeOf, PartialEq, ToShmem)]
#[derive(Default, MallocSizeOf, ToShmem)]
#[cfg_attr(feature = "gecko", derive(Clone, Copy, PartialEq))]
#[repr(C)]
pub struct ColorMixFlags : u8 {
/// Normalize the weights of the mix.
Expand Down

0 comments on commit c3cc283

Please sign in to comment.