Auto merge of #16279 - glennw:update-wr-inset-box-shadow-clip, r=pcwalton

Update WR (inset box shadow + border-radius + clip).

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16279)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-04-06 06:27:50 -05:00 committed by GitHub
commit 21eafebd37

4
Cargo.lock generated
View file

@ -3147,7 +3147,7 @@ dependencies = [
[[package]] [[package]]
name = "webrender" name = "webrender"
version = "0.30.0" version = "0.30.0"
source = "git+https://github.com/servo/webrender#ba14e0b619477628d3dbb7384b2cb19b3b88a6c5" source = "git+https://github.com/servo/webrender#a260d8e378b1e67b87679125d00b477c70afbd74"
dependencies = [ dependencies = [
"app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 1.0.0-alpha6 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.0.0-alpha6 (registry+https://github.com/rust-lang/crates.io-index)",
@ -3175,7 +3175,7 @@ dependencies = [
[[package]] [[package]]
name = "webrender_traits" name = "webrender_traits"
version = "0.31.0" version = "0.31.0"
source = "git+https://github.com/servo/webrender#ba14e0b619477628d3dbb7384b2cb19b3b88a6c5" source = "git+https://github.com/servo/webrender#a260d8e378b1e67b87679125d00b477c70afbd74"
dependencies = [ dependencies = [
"app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",