Auto merge of #20294 - glennw:update-wr-blend-brush, r=jdm

Update WR (port blurs and blits to brush_image).

<!-- 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/20294)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2018-03-14 08:52:20 -04:00 committed by GitHub
commit daaee046b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -3475,7 +3475,7 @@ dependencies = [
[[package]]
name = "webrender"
version = "0.57.0"
source = "git+https://github.com/servo/webrender#6dea428a429cb6410949c14279e115122f74c501"
source = "git+https://github.com/servo/webrender#159ae52ef56ef4ba545f175769c9011ef194386f"
dependencies = [
"app_units 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
@ -3503,7 +3503,7 @@ dependencies = [
[[package]]
name = "webrender_api"
version = "0.57.0"
source = "git+https://github.com/servo/webrender#6dea428a429cb6410949c14279e115122f74c501"
source = "git+https://github.com/servo/webrender#159ae52ef56ef4ba545f175769c9011ef194386f"
dependencies = [
"app_units 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",