From b6925e629e4fe21459cd9807f1425dcd48949248 Mon Sep 17 00:00:00 2001 From: "kmcclusk%netscape.com" Date: Wed, 21 Jul 1999 23:12:23 +0000 Subject: [PATCH] Enable PartialGfx rendering as the default widget rendering mode. git-svn-id: svn://10.0.0.236/trunk@40536 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/base/nsPresContext.cpp | 2 +- mozilla/layout/base/src/nsPresContext.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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