зеркало из https://github.com/mozilla/pjs.git
Changed background color to be a const
This commit is contained in:
Родитель
8456cebd78
Коммит
8fb601c4a9
|
@ -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);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче