mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 895409 - Enable SkiaGL canvas on Android r=blassey
This commit is contained in:
parent
ca9e13ffe2
commit
e8b26d2f7a
@ -762,3 +762,7 @@ pref("media.useAudioChannelService", false);
|
||||
|
||||
// Turn on the CSP 1.0 parser for Content Security Policy headers
|
||||
pref("security.csp.speccompliant", true);
|
||||
|
||||
// Enable hardware-accelerated Skia canvas
|
||||
pref("gfx.canvas.azure.backends", "skia");
|
||||
pref("gfx.canvas.azure.accelerated", true);
|
||||
|
Loading…
Reference in New Issue
Block a user