style: Correct background/foreground ratio mixing.

Bug: 1467622
Reviewed-by: xidorn
MozReview-Commit-ID: InAZVcH2Vkt
This commit is contained in:
Dan Glastonbury 2018-07-03 14:15:06 +10:00 committed by Emilio Cobos Álvarez
parent a76f5393d4
commit 96e812e732
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
2 changed files with 70 additions and 18 deletions

View file

@ -6,7 +6,7 @@
/// Ratios representing the contribution of color and currentcolor to
/// the final color value.
#[derive(Animate, Clone, Copy, Debug, MallocSizeOf, PartialEq, ToAnimatedValue)]
#[derive(Clone, Copy, Debug, MallocSizeOf, PartialEq, ToAnimatedValue)]
pub struct ComplexColorRatios {
/// Numeric color contribution.
pub bg: f32,