зеркало из https://github.com/mozilla/gecko-dev.git
turned on the fastpath introduced in the main patch for bug 445552.r=stuart
This commit is contained in:
Родитель
d3d24200f8
Коммит
d2099fd0a8
|
@ -638,7 +638,7 @@ gfxPlatform::GetCMSRGBATransform()
|
|||
|
||||
gCMSRGBATransform = cmsCreateTransform(inProfile, TYPE_RGBA_8,
|
||||
outProfile, TYPE_RGBA_8,
|
||||
INTENT_PERCEPTUAL, 0);
|
||||
INTENT_PERCEPTUAL, cmsFLAGS_FLOATSHAPER);
|
||||
}
|
||||
|
||||
return gCMSRGBATransform;
|
||||
|
|
Загрузка…
Ссылка в новой задаче