mirror of
https://github.com/servo/servo.git
synced 2025-07-23 23:33:43 +01:00
Implement need_to_draw_shadow
This commit is contained in:
parent
559b28ce7b
commit
ed0dbafc72
2 changed files with 12 additions and 4 deletions
|
@ -317,7 +317,7 @@ pub enum Color {
|
|||
#[cfg(feature = "canvas2d-azure")]
|
||||
Azure(azure::azure_hl::Color),
|
||||
#[cfg(feature = "canvas2d-raqote")]
|
||||
Raqote(()),
|
||||
Raqote(raqote::SolidSource),
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue