mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
Revert "Port several Skia upstream fixes."
This reverts commit 260b06c1c96285459947231a93f08e413be89dd0. This fixes #976
This commit is contained in:
parent
4f5c2d5a46
commit
c50284d997
7 changed files with 39 additions and 60 deletions
|
|
@ -795,6 +795,8 @@ 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