Auto merge of #19032 - glennw:update-wr-blur, r=jdm

Update WR (improved blur filter, color emoji blending).

<!-- 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/19032)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-10-26 21:11:32 -05:00 committed by GitHub
commit cce9a24202

4
Cargo.lock generated
View file

@ -3624,7 +3624,7 @@ dependencies = [
[[package]] [[package]]
name = "webrender" name = "webrender"
version = "0.53.1" version = "0.53.1"
source = "git+https://github.com/servo/webrender#927c12ad211c8c750a4e7ed4991b9e20ecba33b5" source = "git+https://github.com/servo/webrender#82e6085a14cc6d4025ca43d899847f125043adb2"
dependencies = [ dependencies = [
"app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
@ -3652,7 +3652,7 @@ dependencies = [
[[package]] [[package]]
name = "webrender_api" name = "webrender_api"
version = "0.53.1" version = "0.53.1"
source = "git+https://github.com/servo/webrender#927c12ad211c8c750a4e7ed4991b9e20ecba33b5" source = "git+https://github.com/servo/webrender#82e6085a14cc6d4025ca43d899847f125043adb2"
dependencies = [ dependencies = [
"app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",