mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
sync to new color api
This commit is contained in:
parent
75257fa888
commit
7945c53c1b
@ -884,7 +884,7 @@ char *str;
|
||||
nscolor white;
|
||||
|
||||
MyObserver *observer = new MyObserver();
|
||||
NS_ColorNameToRGB("white", &white);
|
||||
NS_ColorNameToRGB(nsAutoString("white"), &white);
|
||||
gImageReq = gImageGroup->GetImage(fileURL,observer,&white, 0, 0, 0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user