From 5fbbc22c69181537b461823ccf99bc954ced7bbc Mon Sep 17 00:00:00 2001 From: "beard%netscape.com" Date: Mon, 17 Jan 2000 00:52:39 +0000 Subject: [PATCH] turned on usage of nsViewManager2, which seems to fix some important bugs on linux, such as #20185, and definitely #21405. r=pavlov git-svn-id: svn://10.0.0.236/trunk@57982 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/view/src/nsViewFactory.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/view/src/nsViewFactory.cpp b/mozilla/view/src/nsViewFactory.cpp index d2f7dd492fb..7ade3a32f6d 100644 --- a/mozilla/view/src/nsViewFactory.cpp +++ b/mozilla/view/src/nsViewFactory.cpp @@ -109,7 +109,8 @@ nsresult nsViewFactory::LockFactory(PRBool aLock) return NS_OK; } -#define USE_NEW_COMPOSITOR 1 +//Uncomment the following line to go back to the "new" compositor. +//#define USE_NEW_COMPOSITOR 1 #if USE_NEW_COMPOSITOR #include "nsViewManager.h"