зеркало из https://github.com/mozilla/pjs.git
Bug 651858 - Part 11: Enable Azure canvas by default. r=bjacob
This commit is contained in:
Родитель
b827010de5
Коммит
0a4e1c65d1
|
@ -212,6 +212,10 @@ pref("gfx.font_rendering.directwrite.enabled", false);
|
|||
pref("gfx.font_rendering.directwrite.use_gdi_table_loading", true);
|
||||
#endif
|
||||
|
||||
#ifdef XP_WIN
|
||||
pref("gfx.canvas.azure.enabled", true);
|
||||
#endif
|
||||
|
||||
pref("accessibility.browsewithcaret", false);
|
||||
pref("accessibility.warn_on_browsewithcaret", true);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче