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