mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Port several Skia upstream fixes.
This commit is contained in:
parent
f347157c6a
commit
80610e5548
7 changed files with 60 additions and 39 deletions
|
|
@ -795,8 +795,6 @@ pref("gfx.content.azure.backends", "direct2d1.1,cairo");
|
|||
#ifdef XP_MACOSX
|
||||
pref("gfx.content.azure.backends", "cg");
|
||||
pref("gfx.canvas.azure.backends", "skia,cg");
|
||||
// Accelerated cg canvas where available (10.7+)
|
||||
pref("gfx.canvas.azure.accelerated", true);
|
||||
#else
|
||||
// Linux etc.
|
||||
pref("gfx.canvas.azure.backends", "skia,cairo");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue