Bug 1302225. Backout skia for unaccelerated windows. r=me

This commit is contained in:
Mason Chang 2016-09-12 14:00:41 -07:00
Родитель c96ab8d4d6
Коммит 5aed566278
1 изменённых файлов: 0 добавлений и 6 удалений

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

@ -760,13 +760,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");