Skip to content

Commit

Permalink
Stylo: Make sure that the URL stylo parse for border-image-source is …
Browse files Browse the repository at this point in the history
…propagated to Gecko computed style.
  • Loading branch information
cku committed Apr 26, 2017
1 parent 8f1356d commit 5327959
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/style/properties/gecko.mako.rs
Expand Up @@ -944,9 +944,7 @@ fn static_assert() {
}

if let Some(image) = v.0 {
// TODO: We need to make border-image-source match with background-image
// until then we are setting with_url to false
self.gecko.mBorderImageSource.set(image, false, &mut false)
self.gecko.mBorderImageSource.set(image, true, &mut false)
}
}

Expand Down

0 comments on commit 5327959

Please sign in to comment.