Auto merge of #20395 - glennw:update-wr-webgl, r=jdm

Update WR (accelerated webgl fix on mac, line decoration optimizations).

<!-- 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/20395)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2018-03-22 19:11:10 -04:00 committed by GitHub
commit 0dbacc76e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 5 additions and 12 deletions

4
Cargo.lock generated
View file

@ -3510,7 +3510,7 @@ dependencies = [
[[package]]
name = "webrender"
version = "0.57.0"
source = "git+https://github.com/servo/webrender#9c994b0cca8c1abc24fdf487df950954bebb62a7"
source = "git+https://github.com/servo/webrender#c32585c1ed94d6cad938ecd0ef7db566a367a00d"
dependencies = [
"app_units 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
"base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -3544,7 +3544,7 @@ dependencies = [
[[package]]
name = "webrender_api"
version = "0.57.0"
source = "git+https://github.com/servo/webrender#9c994b0cca8c1abc24fdf487df950954bebb62a7"
source = "git+https://github.com/servo/webrender#c32585c1ed94d6cad938ecd0ef7db566a367a00d"
dependencies = [
"app_units 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",