mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 15:51:37 +00:00
Backing out to PartialGfx instead of full Gfx mode.
This commit is contained in:
parent
5c17c57532
commit
3bfabeee91
@ -69,7 +69,7 @@ nsPresContext::nsPresContext()
|
||||
nsLayoutAtoms::AddRefAtoms();
|
||||
mCompatibilityMode = eCompatibility_Standard;
|
||||
mCompatibilityLocked = PR_FALSE;
|
||||
mWidgetRenderingMode = eWidgetRendering_Gfx;
|
||||
mWidgetRenderingMode = eWidgetRendering_PartialGfx;
|
||||
|
||||
|
||||
#ifdef _WIN32
|
||||
|
@ -69,7 +69,7 @@ nsPresContext::nsPresContext()
|
||||
nsLayoutAtoms::AddRefAtoms();
|
||||
mCompatibilityMode = eCompatibility_Standard;
|
||||
mCompatibilityLocked = PR_FALSE;
|
||||
mWidgetRenderingMode = eWidgetRendering_Gfx;
|
||||
mWidgetRenderingMode = eWidgetRendering_PartialGfx;
|
||||
|
||||
|
||||
#ifdef _WIN32
|
||||
|
Loading…
x
Reference in New Issue
Block a user