mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 05:48:26 +00:00
Turned on the Mac GFX Widget code
This commit is contained in:
parent
a1037a961a
commit
49a95cf8c8
@ -75,12 +75,7 @@ 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
|
||||
|
||||
mLookAndFeel = nsnull;
|
||||
|
||||
|
@ -75,12 +75,7 @@ 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
|
||||
|
||||
mLookAndFeel = nsnull;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user