diff --git a/gfx/public/nsDeviceContext.h b/gfx/public/nsDeviceContext.h index c2588dfd4f6d..caf03210d4c9 100644 --- a/gfx/public/nsDeviceContext.h +++ b/gfx/public/nsDeviceContext.h @@ -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 mWestern; // XXX temporary fix for performance bug - erik float mZoom; float mGammaValue; PRUint8 *mGammaTable;