Auto merge of #17458 - glennw:update-wr-clip-cache, r=jdm

Update WR (move clips to gpu cache).

<!-- 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/17458)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-06-22 10:27:43 -07:00 committed by GitHub
commit b9d66df2f5

4
Cargo.lock generated
View file

@ -3350,7 +3350,7 @@ dependencies = [
[[package]] [[package]]
name = "webrender" name = "webrender"
version = "0.44.0" version = "0.44.0"
source = "git+https://github.com/servo/webrender#4074d8c66cbfd01dce123aa3e36778a0036976d6" source = "git+https://github.com/servo/webrender#a787f8eea9b0d7e76783e9ad739a9298d903954f"
dependencies = [ dependencies = [
"app_units 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "app_units 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -3379,7 +3379,7 @@ dependencies = [
[[package]] [[package]]
name = "webrender_traits" name = "webrender_traits"
version = "0.44.0" version = "0.44.0"
source = "git+https://github.com/servo/webrender#4074d8c66cbfd01dce123aa3e36778a0036976d6" source = "git+https://github.com/servo/webrender#a787f8eea9b0d7e76783e9ad739a9298d903954f"
dependencies = [ dependencies = [
"app_units 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "app_units 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",