diff options
author | Martin Robinson <mrobinson@igalia.com> | 2014-11-22 23:36:21 -0600 |
---|---|---|
committer | Martin Robinson <mrobinson@igalia.com> | 2014-11-22 23:36:21 -0600 |
commit | 737a14663dc4d29fa985e659949502e6931a0b30 (patch) | |
tree | 341e943028b8d369a264156a91f432400bcdba0c | |
parent | e38e20da6500184df19654abe34322dd3c2fd99b (diff) | |
download | servo-737a14663dc4d29fa985e659949502e6931a0b30.tar.gz servo-737a14663dc4d29fa985e659949502e6931a0b30.zip |
Update rust-layers to fix empty BufferRequest failures
rust-layers will now avoid sending empty buffer requests which can
cause failures when Servo tries to create empty platform surfaces.
Fixes #4060.
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | ports/cef/Cargo.lock | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 029a1087745..698779f792e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -389,7 +389,7 @@ source = "git+https://github.com/bjz/gl-rs.git#79cd3b3f9f19aa0e39f6af572fc8673a6 [[package]] name = "layers" version = "0.1.0" -source = "git+https://github.com/servo/rust-layers#0f6edd58b3b572f2aac97567b752c15db5fa1982" +source = "git+https://github.com/servo/rust-layers#b068d2a96d54bf173b548aece36f5ea4ef9353cf" dependencies = [ "cgl 0.0.1 (git+https://github.com/servo/rust-cgl)", "core_foundation 0.1.0 (git+https://github.com/servo/rust-core-foundation)", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index c655d647248..f75b454ec47 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -351,7 +351,7 @@ source = "git+https://github.com/bjz/gl-rs.git#79cd3b3f9f19aa0e39f6af572fc8673a6 [[package]] name = "layers" version = "0.1.0" -source = "git+https://github.com/servo/rust-layers#0f6edd58b3b572f2aac97567b752c15db5fa1982" +source = "git+https://github.com/servo/rust-layers#b068d2a96d54bf173b548aece36f5ea4ef9353cf" dependencies = [ "cgl 0.0.1 (git+https://github.com/servo/rust-cgl)", "core_foundation 0.1.0 (git+https://github.com/servo/rust-core-foundation)", |