Changed background color to be a const

This commit is contained in:
troy%netscape.com 1998-07-16 04:51:12 +00:00
parent 8a3882d546
commit 6619360a1e
4 changed files with 5 additions and 5 deletions

View File

@ -99,7 +99,7 @@ public:
*/
virtual nsIImageRequest* GetImage(const char* aUrl,
nsIImageRequestObserver *aObserver,
nscolor* aBackgroundColor,
const nscolor* aBackgroundColor,
PRUint32 aWidth, PRUint32 aHeight,
PRUint32 aFlags) = 0;

View File

@ -57,7 +57,7 @@ public:
virtual nsIImageRequest* GetImage(const char* aUrl,
nsIImageRequestObserver *aObserver,
nscolor* aBackgroundColor,
const nscolor* aBackgroundColor,
PRUint32 aWidth, PRUint32 aHeight,
PRUint32 aFlags);
@ -202,7 +202,7 @@ ImageGroupImpl::RemoveObserver(nsIImageGroupObserver *aObserver)
nsIImageRequest*
ImageGroupImpl::GetImage(const char* aUrl,
nsIImageRequestObserver *aObserver,
nscolor* aBackgroundColor,
const nscolor* aBackgroundColor,
PRUint32 aWidth, PRUint32 aHeight,
PRUint32 aFlags)
{

View File

@ -45,7 +45,7 @@ nsresult
ImageRequestImpl::Init(IL_GroupContext *aGroupContext,
const char* aUrl,
nsIImageRequestObserver *aObserver,
nscolor* aBackgroundColor,
const nscolor* aBackgroundColor,
PRUint32 aWidth, PRUint32 aHeight,
PRUint32 aFlags)
{

View File

@ -34,7 +34,7 @@ public:
nsresult Init(IL_GroupContext *aGroupContext, const char* aUrl,
nsIImageRequestObserver *aObserver,
nscolor* aBackgroundColor,
const nscolor* aBackgroundColor,
PRUint32 aWidth, PRUint32 aHeight,
PRUint32 aFlags);