mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 06:22:20 +00:00
adding missing methods
This commit is contained in:
parent
ffd268c7b0
commit
984f692ed1
@ -139,6 +139,18 @@ NS_IMETHODIMP nsImageContainer::SetLoopCount(PRInt32 aLoopCount)
|
|||||||
return NS_ERROR_NOT_IMPLEMENTED;
|
return NS_ERROR_NOT_IMPLEMENTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* void endFrameDecode (in gfxIImageFrame item, in unsigned long timeout); */
|
||||||
|
NS_IMETHODIMP nsImageContainer::EndFrameDecode(PRUint32 aFrameNum, PRUint32 aTimeout)
|
||||||
|
{
|
||||||
|
return NS_OK;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* void decodingComplete (); */
|
||||||
|
NS_IMETHODIMP nsImageContainer::DecodingComplete(void)
|
||||||
|
{
|
||||||
|
return NS_OK;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/** nsPIImageContainerGtk methods **/
|
/** nsPIImageContainerGtk methods **/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user