зеркало из https://github.com/mozilla/gecko-dev.git
Bug 994293 - Enable progressive painting by default on B2G device builds. r=Cwiiis
This commit is contained in:
Родитель
780dc709f1
Коммит
a1a77820a9
|
@ -111,12 +111,12 @@ pref("layout.reflow.synthMouseMove", false);
|
|||
pref("layers.enable-tiles", true);
|
||||
/*
|
||||
Cross Process Mutex is not supported on Mac OS X so progressive
|
||||
paint can not be enabled for B2G on Mac OS X desktop
|
||||
paint cannot be enabled for B2G on Mac OS X desktop
|
||||
*/
|
||||
#ifdef MOZ_WIDGET_COCOA
|
||||
pref("layers.progressive-paint", false);
|
||||
#else
|
||||
pref("layers.progressive-paint", false);
|
||||
pref("layers.progressive-paint", true);
|
||||
#endif
|
||||
|
||||
/* download manager (don't show the window or alert) */
|
||||
|
|
Загрузка…
Ссылка в новой задаче