зеркало из https://github.com/mozilla/gecko-dev.git
fixed build breakage
This commit is contained in:
Родитель
2686e6ba4e
Коммит
5c29b5f5e9
|
@ -259,7 +259,7 @@ NS_IMETHODIMP nsFontMetricsMac :: GetFontHandle(nsFontHandle &aHandle)
|
|||
// A utility routine to the the text style in a convenient manner.
|
||||
// This is static, which is unfortunate, because it introduces link
|
||||
// dependencies between libraries that should not exist.
|
||||
NS_EXPORT void nsFontMetricsMac::GetNativeTextStyle(const nsIFontMetrics& inMetrics,
|
||||
NS_EXPORT void nsFontMetricsMac::GetNativeTextStyle(nsIFontMetrics& inMetrics,
|
||||
const nsIDeviceContext& inDevContext, TextStyle &outStyle)
|
||||
{
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@ public:
|
|||
NS_IMETHOD GetFontHandle(nsFontHandle& aHandle);
|
||||
|
||||
// fill a native TextStyle record with the font, size and style (not color)
|
||||
static void GetNativeTextStyle( const nsIFontMetrics& inMetrics,
|
||||
static void GetNativeTextStyle(nsIFontMetrics& inMetrics,
|
||||
const nsIDeviceContext& inDevContext, TextStyle &outStyle);
|
||||
|
||||
protected:
|
||||
|
|
Загрузка…
Ссылка в новой задаче