summaryrefslogtreecommitdiffstats
path: root/mobile/android/app/mobile.js
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/app/mobile.js')
-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 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);