Bug 890997 - Enable OMTC on 10.6. r=bgirard

This commit is contained in:
Markus Stange 2013-10-09 13:15:54 -04:00
Родитель 3720087dda
Коммит 8a1bdddcf1
1 изменённых файлов: 1 добавлений и 6 удалений

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

@ -429,13 +429,8 @@ gfxPlatformMac::UseAcceleratedCanvas()
bool
gfxPlatformMac::SupportsOffMainThreadCompositing()
{
// 10.6.X has crashes on tinderbox with OMTC, so disable it
// for now.
if (OSXVersion() >= 0x1070) {
return true;
}
return GetPrefLayersOffMainThreadCompositionForceEnabled();
}
qcms_profile *
gfxPlatformMac::GetPlatformCMSOutputProfile()