aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors-servo <metajack+bors@gmail.com>2014-11-23 09:09:36 -0700
committerbors-servo <metajack+bors@gmail.com>2014-11-23 09:09:36 -0700
commitb33c31b5748ddfe4f1aec5f0813b47dc74adf604 (patch)
tree962a2bc654b89b009b1ed52175f7a64945252f67
parentd215ff786756bc38042b7f41ed93c14efa3b8fca (diff)
parent737a14663dc4d29fa985e659949502e6931a0b30 (diff)
downloadservo-b33c31b5748ddfe4f1aec5f0813b47dc74adf604.tar.gz
servo-b33c31b5748ddfe4f1aec5f0813b47dc74adf604.zip
auto merge of #4074 : mrobinson/servo/empty-tiles, r=jdm
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.lock2
-rw-r--r--ports/cef/Cargo.lock2
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)",