summaryrefslogtreecommitdiffstats
path: root/mobile
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-02-14 16:59:52 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-02-14 16:59:52 +0100
commita6ddde9097fbef2940c6a4f785dae15978ef2533 (patch)
treee6de3f30ba626a4b9f408512407eb8e95add0f62 /mobile
parent0d88098e3898eb16cf691709ce72b97d3991c213 (diff)
downloadUXP-a6ddde9097fbef2940c6a4f785dae15978ef2533.tar
UXP-a6ddde9097fbef2940c6a4f785dae15978ef2533.tar.gz
UXP-a6ddde9097fbef2940c6a4f785dae15978ef2533.tar.lz
UXP-a6ddde9097fbef2940c6a4f785dae15978ef2533.tar.xz
UXP-a6ddde9097fbef2940c6a4f785dae15978ef2533.zip
Port several Skia upstream fixes.
Diffstat (limited to 'mobile')
-rw-r--r--mobile/android/app/mobile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile/android/app/mobile.js b/mobile/android/app/mobile.js
index ef4764d88..a28cba48e 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);
-// Enable hardware-accelerated Skia canvas
+// Support, but deprecate, hardware-accelerated Skia canvas
pref("gfx.canvas.azure.backends", "skia");
-pref("gfx.canvas.azure.accelerated", true);
+pref("gfx.canvas.azure.accelerated", false);
// See ua-update.json.in for the packaged UA override list
pref("general.useragent.updates.enabled", true);