зеркало из https://github.com/mozilla/gecko-dev.git
Took out an method not used, that broke build
This commit is contained in:
Родитель
c04cbe9bf0
Коммит
e7dcf70b50
|
@ -230,13 +230,6 @@ NS_IMETHODIMP nsImageMac :: Draw(nsIRenderingContext &aContext,
|
||||||
|
|
||||||
//------------------------------------------------------------
|
//------------------------------------------------------------
|
||||||
|
|
||||||
void nsImageMac::CompositeImage(nsIImage *aTheImage, nsPoint *aULLocation,nsBlendQuality aBlendQuality)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
//------------------------------------------------------------
|
|
||||||
|
|
||||||
nsresult nsImageMac::Optimize(nsIDeviceContext* aContext)
|
nsresult nsImageMac::Optimize(nsIDeviceContext* aContext)
|
||||||
{
|
{
|
||||||
return NS_OK;
|
return NS_OK;
|
||||||
|
|
|
@ -51,7 +51,6 @@ public:
|
||||||
virtual PRInt32 GetAlphaWidth() { return mAlphaWidth;}
|
virtual PRInt32 GetAlphaWidth() { return mAlphaWidth;}
|
||||||
virtual PRInt32 GetAlphaHeight() {return mAlphaHeight;}
|
virtual PRInt32 GetAlphaHeight() {return mAlphaHeight;}
|
||||||
virtual PRInt32 GetAlphaLineStride(){ return mARowBytes; }
|
virtual PRInt32 GetAlphaLineStride(){ return mARowBytes; }
|
||||||
virtual void CompositeImage(nsIImage *aTheImage,nsPoint *aULLocation,nsBlendQuality aQuality);
|
|
||||||
virtual nsIImage* DuplicateImage() {return(nsnull);}
|
virtual nsIImage* DuplicateImage() {return(nsnull);}
|
||||||
|
|
||||||
void AllocConvertedBits(PRUint32 aSize);
|
void AllocConvertedBits(PRUint32 aSize);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче