зеркало из https://github.com/mozilla/gecko-dev.git
Changed widget rendering mode default from partial-gfx to gfx for Linux and WIN32.
This commit is contained in:
Родитель
a29ca16fcf
Коммит
541c8bfb5d
|
@ -70,7 +70,12 @@ nsPresContext::nsPresContext()
|
|||
nsLayoutAtoms::AddRefAtoms();
|
||||
mCompatibilityMode = eCompatibility_Standard;
|
||||
mCompatibilityLocked = PR_FALSE;
|
||||
#ifdef XP_MAC
|
||||
//XXX This remains partial gfx for Mac until all Mac gfx blockers are fixed
|
||||
mWidgetRenderingMode = eWidgetRendering_PartialGfx;
|
||||
#else
|
||||
mWidgetRenderingMode = eWidgetRendering_Gfx;
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef _WIN32
|
||||
|
|
|
@ -70,7 +70,12 @@ nsPresContext::nsPresContext()
|
|||
nsLayoutAtoms::AddRefAtoms();
|
||||
mCompatibilityMode = eCompatibility_Standard;
|
||||
mCompatibilityLocked = PR_FALSE;
|
||||
#ifdef XP_MAC
|
||||
//XXX This remains partial gfx for Mac until all Mac gfx blockers are fixed
|
||||
mWidgetRenderingMode = eWidgetRendering_PartialGfx;
|
||||
#else
|
||||
mWidgetRenderingMode = eWidgetRendering_Gfx;
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef _WIN32
|
||||
|
|
Загрузка…
Ссылка в новой задаче