aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/canvas/raqote_backend.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/canvas/raqote_backend.rs b/components/canvas/raqote_backend.rs
index 51fb4a57fc6..3cd19bfd4e9 100644
--- a/components/canvas/raqote_backend.rs
+++ b/components/canvas/raqote_backend.rs
@@ -773,7 +773,7 @@ impl ToRaqoteStyle for BlendingStyle {
BlendingStyle::Saturation => raqote::BlendMode::Saturation,
BlendingStyle::Color => raqote::BlendMode::Color,
BlendingStyle::Luminosity => raqote::BlendMode::Luminosity,
- BlendingStyle::ColorBurn => unimplemented!("raqote doesn't support colorburn"),
+ BlendingStyle::ColorBurn => raqote::BlendMode::ColorBurn,
}
}
}