Changed background color to be a const

This commit is contained in:
troy%netscape.com 1998-07-16 04:51:12 +00:00
Родитель 8456cebd78
Коммит 8fb601c4a9
4 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -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;

Просмотреть файл

@ -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)
{

Просмотреть файл

@ -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)
{

Просмотреть файл

@ -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);