mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update WR (box shadows, subpixel + alpha text)
This commit is contained in:
parent
11413ab013
commit
4c1c20d492
4 changed files with 7 additions and 5 deletions
|
@ -84,7 +84,6 @@ trait ToBoxShadowClipMode {
|
|||
impl ToBoxShadowClipMode for BoxShadowClipMode {
|
||||
fn to_clip_mode(&self) -> webrender_api::BoxShadowClipMode {
|
||||
match *self {
|
||||
BoxShadowClipMode::None => webrender_api::BoxShadowClipMode::None,
|
||||
BoxShadowClipMode::Inset => webrender_api::BoxShadowClipMode::Inset,
|
||||
BoxShadowClipMode::Outset => webrender_api::BoxShadowClipMode::Outset,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue