зеркало из https://github.com/mozilla/gecko-dev.git
Removed DrawTile() stub implementation for BeOS. Thanks to justin@68k.org for the patch.
This commit is contained in:
Родитель
d05124301e
Коммит
e672bbef89
|
@ -1247,18 +1247,6 @@ NS_IMETHODIMP nsRenderingContextBeOS::DrawImage(nsIImage *aImage, const nsRect&
|
||||||
dr.x,dr.y,dr.width,dr.height);
|
dr.x,dr.y,dr.width,dr.height);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** ---------------------------------------------------
|
|
||||||
* See documentation in nsIRenderingContext.h
|
|
||||||
* @update 3/16/00 dwc
|
|
||||||
*/
|
|
||||||
NS_IMETHODIMP
|
|
||||||
nsRenderingContextBeOS::DrawTile(nsIImage *aImage,nscoord aX0,nscoord aY0,nscoord aX1,nscoord aY1,
|
|
||||||
nscoord aWidth,nscoord aHeight)
|
|
||||||
{
|
|
||||||
|
|
||||||
return NS_OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
// #pragma mark checkme
|
// #pragma mark checkme
|
||||||
NS_IMETHODIMP
|
NS_IMETHODIMP
|
||||||
nsRenderingContextBeOS::CopyOffScreenBits(nsDrawingSurface aSrcSurf,
|
nsRenderingContextBeOS::CopyOffScreenBits(nsDrawingSurface aSrcSurf,
|
||||||
|
|
|
@ -149,8 +149,6 @@ public:
|
||||||
nscoord aWidth, nscoord aHeight);
|
nscoord aWidth, nscoord aHeight);
|
||||||
NS_IMETHOD DrawImage(nsIImage *aImage, const nsRect& aRect);
|
NS_IMETHOD DrawImage(nsIImage *aImage, const nsRect& aRect);
|
||||||
NS_IMETHOD DrawImage(nsIImage *aImage, const nsRect& aSRect, const nsRect& aDRect);
|
NS_IMETHOD DrawImage(nsIImage *aImage, const nsRect& aSRect, const nsRect& aDRect);
|
||||||
NS_IMETHOD DrawTile(nsIImage *aImage,nscoord aX0,nscoord aY0,nscoord aX1,nscoord aY1,
|
|
||||||
nscoord aWidth,nscoord aHeight);
|
|
||||||
|
|
||||||
NS_IMETHOD CopyOffScreenBits(nsDrawingSurface aSrcSurf, PRInt32 aSrcX, PRInt32 aSrcY,
|
NS_IMETHOD CopyOffScreenBits(nsDrawingSurface aSrcSurf, PRInt32 aSrcX, PRInt32 aSrcY,
|
||||||
const nsRect &aDestBounds, PRUint32 aCopyFlags);
|
const nsRect &aDestBounds, PRUint32 aCopyFlags);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче