diff --git a/layout/base/nsPresContext.cpp b/layout/base/nsPresContext.cpp index 66a950797716..a995c6ec2bd4 100644 --- a/layout/base/nsPresContext.cpp +++ b/layout/base/nsPresContext.cpp @@ -69,7 +69,7 @@ nsPresContext::nsPresContext() nsLayoutAtoms::AddRefAtoms(); mCompatibilityMode = eCompatibility_Standard; mCompatibilityLocked = PR_FALSE; - mWidgetRenderingMode = eWidgetRendering_Gfx; + mWidgetRenderingMode = eWidgetRendering_PartialGfx; #ifdef _WIN32 diff --git a/layout/base/src/nsPresContext.cpp b/layout/base/src/nsPresContext.cpp index 66a950797716..a995c6ec2bd4 100644 --- a/layout/base/src/nsPresContext.cpp +++ b/layout/base/src/nsPresContext.cpp @@ -69,7 +69,7 @@ nsPresContext::nsPresContext() nsLayoutAtoms::AddRefAtoms(); mCompatibilityMode = eCompatibility_Standard; mCompatibilityLocked = PR_FALSE; - mWidgetRenderingMode = eWidgetRendering_Gfx; + mWidgetRenderingMode = eWidgetRendering_PartialGfx; #ifdef _WIN32