Auto merge of #19750 - glennw:update-wr-api, r=jdm

Update WR (new transaction API).

In the future we'll want to start making use of this in Servo
to get atomic updates of resources with display list changes etc.

<!-- 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/19750)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2018-01-12 08:20:59 -06:00 committed by GitHub
commit 75f39b42ab

4
Cargo.lock generated
View file

@ -3564,7 +3564,7 @@ dependencies = [
[[package]] [[package]]
name = "webrender" name = "webrender"
version = "0.56.1" version = "0.56.1"
source = "git+https://github.com/servo/webrender#007c61df33081caec1163db17305ccc191da7d99" source = "git+https://github.com/servo/webrender#722e8b104bf99d29d61ecb1fe456eebe89ad81fd"
dependencies = [ dependencies = [
"app_units 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
@ -3592,7 +3592,7 @@ dependencies = [
[[package]] [[package]]
name = "webrender_api" name = "webrender_api"
version = "0.56.1" version = "0.56.1"
source = "git+https://github.com/servo/webrender#007c61df33081caec1163db17305ccc191da7d99" source = "git+https://github.com/servo/webrender#722e8b104bf99d29d61ecb1fe456eebe89ad81fd"
dependencies = [ dependencies = [
"app_units 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",