Bug 1500711 - Update webrender to commit 9464adaf2634f8d11408b915323d8006474f02e2. r=kats

Differential Revision: https://phabricator.services.mozilla.com/D9416

--HG--
extra : moz-landing-system : lando
This commit is contained in:
WR Updater Bot 2018-10-22 17:13:50 +00:00
parent 208e7e94c1
commit 22ef412dc9
5 changed files with 5 additions and 5 deletions

View File

@ -73,7 +73,7 @@ mozangle = "0.1"
freetype = { version = "0.4", default-features = false }
[target.'cfg(target_os = "windows")'.dependencies]
dwrote = "0.5.2"
dwrote = "0.6"
[target.'cfg(target_os = "macos")'.dependencies]
core-foundation = "0.6"

View File

@ -29,4 +29,4 @@ core-foundation = "0.6"
core-graphics = "0.17.1"
[target.'cfg(target_os = "windows")'.dependencies]
dwrote = "0.5.2"
dwrote = "0.6"

View File

@ -23,7 +23,7 @@ default-features = false
features = ["capture", "serialize_program"]
[target.'cfg(target_os = "windows")'.dependencies]
dwrote = "0.5.2"
dwrote = "0.6"
[target.'cfg(target_os = "macos")'.dependencies]
core-foundation = "0.6"

View File

@ -1 +1 @@
15656cb497303703b4d541d3e14292259e4c5343
9464adaf2634f8d11408b915323d8006474f02e2

View File

@ -39,7 +39,7 @@ headless = [ "osmesa-sys", "osmesa-src" ]
pathfinder = [ "webrender/pathfinder" ]
[target.'cfg(target_os = "windows")'.dependencies]
dwrote = "0.5.2"
dwrote = "0.6"
mozangle = {version = "0.1.5", features = ["egl"]}
[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies]