diff --git a/mozilla/layout/base/nsPresContext.cpp b/mozilla/layout/base/nsPresContext.cpp index 88aae2c45ea..a853959a9b4 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_Native; // Soon to be set to PartialGfx + mWidgetRenderingMode = eWidgetRendering_PartialGfx; #ifdef _WIN32 diff --git a/mozilla/layout/base/src/nsPresContext.cpp b/mozilla/layout/base/src/nsPresContext.cpp index 88aae2c45ea..a853959a9b4 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_Native; // Soon to be set to PartialGfx + mWidgetRenderingMode = eWidgetRendering_PartialGfx; #ifdef _WIN32