aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2018-01-12 08:20:59 -0600
committerGitHub <noreply@github.com>2018-01-12 08:20:59 -0600
commit75f39b42abc88a2597186fe845d2deaa15bdb6da (patch)
tree173b25c89d64f54fb62460725e19629298b0f06f
parent50e4171958d4ff7f1c76d133a8f89e7d5995376f (diff)
parent69b6f3dcdf04e48fbaa28fa7ca0fec3bc87caf0d (diff)
downloadservo-75f39b42abc88a2597186fe845d2deaa15bdb6da.tar.gz
servo-75f39b42abc88a2597186fe845d2deaa15bdb6da.zip
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 -->
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 34643bd0e8b..1f437eec006 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3564,7 +3564,7 @@ dependencies = [
[[package]]
name = "webrender"
version = "0.56.1"
-source = "git+https://github.com/servo/webrender#007c61df33081caec1163db17305ccc191da7d99"
+source = "git+https://github.com/servo/webrender#722e8b104bf99d29d61ecb1fe456eebe89ad81fd"
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)",
@@ -3592,7 +3592,7 @@ dependencies = [
[[package]]
name = "webrender_api"
version = "0.56.1"
-source = "git+https://github.com/servo/webrender#007c61df33081caec1163db17305ccc191da7d99"
+source = "git+https://github.com/servo/webrender#722e8b104bf99d29d61ecb1fe456eebe89ad81fd"
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)",