Bug 683709 - Add 'layers.acceleration.draw-fps' pref to profile; r=ajuma

--HG--
extra : rebase_source : 8634336592efd07cdfe25bebaf2e36b96a09bd29
This commit is contained in:
Benoit Girard 2011-08-31 13:50:44 -07:00
Родитель 19c4723877
Коммит 14009b823c
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -3290,6 +3290,8 @@ pref("layers.acceleration.disabled", false);
// Whether to force acceleration on, ignoring blacklists.
pref("layers.acceleration.force-enabled", false);
pref("layers.acceleration.draw-fps", false);
#ifdef XP_WIN
// Whether to disable the automatic detection and use of direct2d.
#ifdef MOZ_E10S_COMPAT