From eaf7c72ab28ba43a8ff2720a3722f2155d0a8ab8 Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Tue, 3 Oct 2017 06:40:45 +1000 Subject: [PATCH] Update WR (rounded rect clip fixes). --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b9c3ec5bed..e6da14a091a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3601,7 +3601,7 @@ dependencies = [ [[package]] name = "webrender" version = "0.52.0" -source = "git+https://github.com/servo/webrender#0fd01baa9cc1f295e983f0d9056d7c205d1ba1e4" +source = "git+https://github.com/servo/webrender#8ce0212a0d5c9b32b1ba11a6b20014e88321c605" dependencies = [ "app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3629,7 +3629,7 @@ dependencies = [ [[package]] name = "webrender_api" version = "0.52.0" -source = "git+https://github.com/servo/webrender#0fd01baa9cc1f295e983f0d9056d7c205d1ba1e4" +source = "git+https://github.com/servo/webrender#8ce0212a0d5c9b32b1ba11a6b20014e88321c605" dependencies = [ "app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",