diff --git a/widget/src/mac/nsLookAndFeel.h b/widget/src/mac/nsLookAndFeel.h index 99e60743afbf..44a5015847ea 100644 --- a/widget/src/mac/nsLookAndFeel.h +++ b/widget/src/mac/nsLookAndFeel.h @@ -49,6 +49,8 @@ public: protected: nsCOMPtr mXPLookAndFeel; + NS_IMETHOD GetMacBrushColor(const PRInt32 aBrushType, nscolor & aColor, const nscolor & aDefaultColor); + NS_IMETHOD GetMacTextColor(const PRInt32 aTextType, nscolor & aColor, const nscolor & aDefaultColor); }; #endif