diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-09-01 22:18:52 -0600 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-09-01 22:18:52 -0600 |
commit | ba2cb77c26006dc378553d757e88de8ab86c4d5b (patch) | |
tree | 9447a4390081fa3dde8a600c558dec24969024d1 /components | |
parent | a844c0b0e8ca26e3bd76a42616e406fad8f7e5a5 (diff) | |
parent | bc824f117cc08b7b5e9b0ba16afcc97685902dfe (diff) | |
download | servo-ba2cb77c26006dc378553d757e88de8ab86c4d5b.tar.gz servo-ba2cb77c26006dc378553d757e88de8ab86c4d5b.zip |
Auto merge of #7503 - mrobinson:iframe-issue, r=glennw
Upgrade to the latest rust-layers
This should fix a bug where hidden iframes are not properly clipped
away from the compositor scene. This commit adds a test for this
behavior.
Fixes #6849.
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7503)
<!-- Reviewable:end -->
Diffstat (limited to 'components')
-rw-r--r-- | components/servo/Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index af8c32f26b0..32d20e98f8b 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -860,7 +860,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "layers" version = "0.1.0" -source = "git+https://github.com/servo/rust-layers#c4fa565228a9741a1c138a96421fcbd156ad1e45" +source = "git+https://github.com/servo/rust-layers#a8400005fd3ee37ced92865184974c9a93201bc0" dependencies = [ "azure 0.1.0 (git+https://github.com/servo/rust-azure)", "cgl 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |