Update WR (mix-blend-mode isolate support).

This makes several of the mix-blend-mode tests pass.
This commit is contained in:
Glenn Watson 2017-03-01 16:04:18 +10:00
parent 7902842730
commit ade9e02e42
22 changed files with 6 additions and 76 deletions

4
Cargo.lock generated
View file

@ -3160,7 +3160,7 @@ dependencies = [
[[package]]
name = "webrender"
version = "0.21.0"
source = "git+https://github.com/servo/webrender#9565e58d2636108415009ba76690a5dff9019c52"
source = "git+https://github.com/servo/webrender#040805f31650527311c0a0d58ccf9620b0f3eca9"
dependencies = [
"app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 1.0.0-alpha2 (registry+https://github.com/rust-lang/crates.io-index)",
@ -3188,7 +3188,7 @@ dependencies = [
[[package]]
name = "webrender_traits"
version = "0.22.0"
source = "git+https://github.com/servo/webrender#9565e58d2636108415009ba76690a5dff9019c52"
source = "git+https://github.com/servo/webrender#040805f31650527311c0a0d58ccf9620b0f3eca9"
dependencies = [
"app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",