diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-02-17 14:54:12 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-02-17 14:55:26 +0100 |
commit | f29d7ff617d206f793c24603a2ba9aa7505bb888 (patch) | |
tree | 656e8a432a53c5aa87467241ea40b34d6dd8c5ec /mobile | |
parent | cdc5daf5da425965619a53fd8a180d1975b51dbd (diff) | |
download | UXP-f29d7ff617d206f793c24603a2ba9aa7505bb888.tar UXP-f29d7ff617d206f793c24603a2ba9aa7505bb888.tar.gz UXP-f29d7ff617d206f793c24603a2ba9aa7505bb888.tar.lz UXP-f29d7ff617d206f793c24603a2ba9aa7505bb888.tar.xz UXP-f29d7ff617d206f793c24603a2ba9aa7505bb888.zip |
Revert "Port several Skia upstream fixes."
This reverts commit 260b06c1c96285459947231a93f08e413be89dd0.
This fixes #976
Diffstat (limited to 'mobile')
-rw-r--r-- | mobile/android/app/mobile.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile/android/app/mobile.js b/mobile/android/app/mobile.js index a28cba48e..ef4764d88 100644 --- a/mobile/android/app/mobile.js +++ b/mobile/android/app/mobile.js @@ -780,9 +780,9 @@ pref("dom.phonenumber.substringmatching.BR", 8); pref("dom.phonenumber.substringmatching.CO", 10); pref("dom.phonenumber.substringmatching.VE", 7); -// Support, but deprecate, hardware-accelerated Skia canvas +// Enable hardware-accelerated Skia canvas pref("gfx.canvas.azure.backends", "skia"); -pref("gfx.canvas.azure.accelerated", false); +pref("gfx.canvas.azure.accelerated", true); // See ua-update.json.in for the packaged UA override list pref("general.useragent.updates.enabled", true); |