bug 8801; temporary fix for a bad performance problem with font prefs;

r=troy
This commit is contained in:
erik%netscape.com 2000-02-05 03:31:39 +00:00
Родитель 94353c313c
Коммит 54a5a9aff7
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -26,6 +26,7 @@
#include "nsIDeviceContext.h"
#include "nsIDeviceContextSpec.h"
#include "libimg.h"
#include "nsCOMPtr.h"
class nsIImageRequest;
class nsHashtable;
@ -103,6 +104,7 @@ protected:
float mAppUnitsToDevUnits;
float mDevUnitsToAppUnits;
nsFontCache *mFontCache;
nsCOMPtr<nsIAtom> mWestern; // XXX temporary fix for performance bug - erik
float mZoom;
float mGammaValue;
PRUint8 *mGammaTable;