зеркало из https://github.com/mozilla/gecko-dev.git
Enable PartialGfx rendering as the default widget rendering mode.
This commit is contained in:
Родитель
ce1364e264
Коммит
9716e9ec80
|
@ -69,7 +69,7 @@ nsPresContext::nsPresContext()
|
|||
nsLayoutAtoms::AddRefAtoms();
|
||||
mCompatibilityMode = eCompatibility_Standard;
|
||||
mCompatibilityLocked = PR_FALSE;
|
||||
mWidgetRenderingMode = eWidgetRendering_Native; // Soon to be set to PartialGfx
|
||||
mWidgetRenderingMode = eWidgetRendering_PartialGfx;
|
||||
|
||||
|
||||
#ifdef _WIN32
|
||||
|
|
|
@ -69,7 +69,7 @@ nsPresContext::nsPresContext()
|
|||
nsLayoutAtoms::AddRefAtoms();
|
||||
mCompatibilityMode = eCompatibility_Standard;
|
||||
mCompatibilityLocked = PR_FALSE;
|
||||
mWidgetRenderingMode = eWidgetRendering_Native; // Soon to be set to PartialGfx
|
||||
mWidgetRenderingMode = eWidgetRendering_PartialGfx;
|
||||
|
||||
|
||||
#ifdef _WIN32
|
||||
|
|
Загрузка…
Ссылка в новой задаче