diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-11-05 21:32:59 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-05 21:32:59 -0600 |
commit | 88505dc2ffc31efa614e1a5070a9bc23feded30a (patch) | |
tree | 36a9ea9abe9e11c71a96f1f0ae4d9712703740c7 | |
parent | 644e574e1b95a46f8fde77af5a24fe41d97d829f (diff) | |
parent | 71f8ac249669186a22fb6da6b7c0ced22de9320b (diff) | |
download | servo-88505dc2ffc31efa614e1a5070a9bc23feded30a.tar.gz servo-88505dc2ffc31efa614e1a5070a9bc23feded30a.zip |
Auto merge of #19124 - glennw:update-wr-csg, r=jdm
Update WR (removal of clip-scroll groups and packed layers).
This shouldn't have any visual effect on Servo - it's an
important internal optimization and simplification though.
<!-- 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/19124)
<!-- Reviewable:end -->
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index d4c2286964d..0da873300ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3476,7 +3476,7 @@ dependencies = [ [[package]] name = "webrender" version = "0.53.1" -source = "git+https://github.com/servo/webrender#fae962bfd6e1997f4b921ee93c3c1cc5abca3256" +source = "git+https://github.com/servo/webrender#058dd77d35d938974d16dcf12e2f75a0a6e4cdef" dependencies = [ "app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3503,7 +3503,7 @@ dependencies = [ [[package]] name = "webrender_api" version = "0.53.1" -source = "git+https://github.com/servo/webrender#fae962bfd6e1997f4b921ee93c3c1cc5abca3256" +source = "git+https://github.com/servo/webrender#058dd77d35d938974d16dcf12e2f75a0a6e4cdef" dependencies = [ "app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", |