From 9ccc0bba44fb2c522e642cfcaa8abdd33a8e2480 Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Mon, 19 Mar 2018 07:21:24 +1000 Subject: [PATCH] Update WR (radial gradient optimizations). --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 42fb3bac4da8..9341f059b715 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3483,7 +3483,7 @@ dependencies = [ [[package]] name = "webrender" version = "0.57.0" -source = "git+https://github.com/servo/webrender#fefb2820f15d733cbddfcdac60ef10f616e83cc7" +source = "git+https://github.com/servo/webrender#e91b9f905118ce2d15faa07aa511c4cd1fa5130d" 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)", @@ -3513,7 +3513,7 @@ dependencies = [ [[package]] name = "webrender_api" version = "0.57.0" -source = "git+https://github.com/servo/webrender#fefb2820f15d733cbddfcdac60ef10f616e83cc7" +source = "git+https://github.com/servo/webrender#e91b9f905118ce2d15faa07aa511c4cd1fa5130d" 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)",