Bug 1314090 - Let Skia Content on Windows Ride the trains. r=milan

This commit is contained in:
Mason Chang 2016-10-31 12:06:34 -07:00
Родитель 081be36e71
Коммит e1d539d629
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -774,13 +774,7 @@ pref("gfx.font_rendering.opentype_svg.enabled", true);
// comma separated list of backends to use in order of preference
// e.g., pref("gfx.canvas.azure.backends", "direct2d,skia,cairo");
pref("gfx.canvas.azure.backends", "direct2d1.1,skia,cairo");
#ifdef NIGHTLY_BUILD
pref("gfx.content.azure.backends", "direct2d1.1,skia,cairo");
#else
pref("gfx.content.azure.backends", "direct2d1.1,cairo");
#endif
#else
#ifdef XP_MACOSX
pref("gfx.content.azure.backends", "skia");