mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-09 13:25:00 +00:00
Back out turning on D3D9 by default because we don't have reftest coverage without roc's reftest patch. a=bustage
This commit is contained in:
commit
77c54446af
@ -3182,11 +3182,7 @@ pref("gfx.color_management.mode", 0);
|
||||
pref("mozilla.widget.render-mode", -1);
|
||||
|
||||
// Default value of acceleration for all widgets.
|
||||
#ifdef XP_WIN
|
||||
pref("layers.accelerate-all", true);
|
||||
#else
|
||||
pref("layers.accelerate-all", false);
|
||||
#endif
|
||||
|
||||
// Whether to allow acceleration on layers at all.
|
||||
pref("layers.accelerate-none", false);
|
||||
|
Loading…
Reference in New Issue
Block a user