зеркало из https://github.com/mozilla/gecko-dev.git
Fixing build redness
This commit is contained in:
Родитель
a0da09e3ed
Коммит
e20b61431e
|
@ -1781,8 +1781,8 @@ NS_IMETHODIMP nsRenderingContextWin :: CopyOffScreenBits(nsDrawingSurface aSrcSu
|
|||
//~~~
|
||||
NS_IMETHODIMP nsRenderingContextWin::RetrieveCurrentNativeGraphicData(PRUint32 * ngd)
|
||||
{
|
||||
if(ndc != nsnull)
|
||||
*ndc = (PRUint32)mDC;
|
||||
if(ngd != nsnull)
|
||||
*ngd = (PRUint32)mDC;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче