зеркало из https://github.com/mozilla/gecko-dev.git
bug 8801; temporary fix for a bad performance problem with font prefs;
r=troy
This commit is contained in:
Родитель
94353c313c
Коммит
54a5a9aff7
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче