Auto merge of #19140 - glennw:update-wr-windows, r=mbrubeck

Update WR (Windows subpx rendering fix)

<!-- 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/19140)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-11-08 00:55:00 -06:00 committed by GitHub
commit b8fdb90b95

4
Cargo.lock generated
View file

@ -3476,7 +3476,7 @@ dependencies = [
[[package]] [[package]]
name = "webrender" name = "webrender"
version = "0.53.1" version = "0.53.1"
source = "git+https://github.com/servo/webrender#71c1f3dca3173a977610e5f7a818deb155cc8cf4" source = "git+https://github.com/servo/webrender#24b3fa46ec628e2e07f754d87791114378a842f8"
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)",
@ -3503,7 +3503,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#71c1f3dca3173a977610e5f7a818deb155cc8cf4" source = "git+https://github.com/servo/webrender#24b3fa46ec628e2e07f754d87791114378a842f8"
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)",