mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
WIP: Fix azure backend
This commit is contained in:
parent
3dd0b462c2
commit
8cb8e7c627
2 changed files with 76 additions and 53 deletions
|
@ -354,7 +354,7 @@ pub enum Path {
|
|||
#[derive(Clone)]
|
||||
pub enum Pattern<'a> {
|
||||
#[cfg(feature = "canvas2d-azure")]
|
||||
Azure(azure::azure_hl::Pattern),
|
||||
Azure(azure::azure_hl::Pattern, PhantomData<&'a ()>),
|
||||
#[cfg(feature = "canvas2d-raqote")]
|
||||
Raqote(raqote::Source<'a>),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue