mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Remove gfx_traits from the dependencies of [script].
This commit is contained in:
parent
f163f2bf0d
commit
3ae64fe739
5 changed files with 18 additions and 17 deletions
|
@ -268,7 +268,7 @@ impl<'a> CanvasPaintTask<'a> {
|
|||
Canvas2dMsg::SetShadowOffsetX(value) => painter.set_shadow_offset_x(value),
|
||||
Canvas2dMsg::SetShadowOffsetY(value) => painter.set_shadow_offset_y(value),
|
||||
Canvas2dMsg::SetShadowBlur(value) => painter.set_shadow_blur(value),
|
||||
Canvas2dMsg::SetShadowColor(rgba) => painter.set_shadow_color(rgba),
|
||||
Canvas2dMsg::SetShadowColor(ref color) => painter.set_shadow_color(color.to_azcolor()),
|
||||
}
|
||||
},
|
||||
CanvasMsg::Common(message) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue