synt to new color api
This commit is contained in:
Родитель
85dd7a37a7
Коммит
165b01b7e2
|
@ -219,7 +219,7 @@ MyLoadImage(char *aFileName)
|
|||
nscolor white;
|
||||
MyObserver *observer = new MyObserver();
|
||||
|
||||
NS_ColorNameToRGB("white", &white);
|
||||
NS_ColorNameToRGB(nsAutoString("white"), &white);
|
||||
gImageReq = gImageGroup->GetImage(fileURL,
|
||||
observer,
|
||||
&white, 0, 0, 0);
|
||||
|
|
Загрузка…
Ссылка в новой задаче