зеркало из https://github.com/mozilla/gecko-dev.git
Copy and paste error (SomethingClassWin needed to change to somethingClassMac)
This commit is contained in:
Родитель
5f62c75f11
Коммит
72329b649a
|
@ -120,7 +120,7 @@ NS_IMETHODIMP nsDeviceContextMac :: CheckFontExistence(const nsString& aFontName
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
|
|
||||||
NS_IMETHODIMP nsDeviceContextWin :: ConvertPixel(nscolor aColor, PRUint32 & aPixel)
|
NS_IMETHODIMP nsDeviceContextMac :: ConvertPixel(nscolor aColor, PRUint32 & aPixel)
|
||||||
{
|
{
|
||||||
aPixel = aColor;
|
aPixel = aColor;
|
||||||
return NS_OK;
|
return NS_OK;
|
||||||
|
|
|
@ -120,7 +120,7 @@ NS_IMETHODIMP nsDeviceContextMac :: CheckFontExistence(const nsString& aFontName
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
|
|
||||||
NS_IMETHODIMP nsDeviceContextWin :: ConvertPixel(nscolor aColor, PRUint32 & aPixel)
|
NS_IMETHODIMP nsDeviceContextMac :: ConvertPixel(nscolor aColor, PRUint32 & aPixel)
|
||||||
{
|
{
|
||||||
aPixel = aColor;
|
aPixel = aColor;
|
||||||
return NS_OK;
|
return NS_OK;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче