From 2711602be42f258272132a0f138a6db885cca3cf Mon Sep 17 00:00:00 2001 From: Markus Stange Date: Wed, 9 Oct 2013 13:15:54 -0400 Subject: [PATCH] Bug 890997 - Enable OMTC on 10.6. r=bgirard --- gfx/thebes/gfxPlatformMac.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/gfx/thebes/gfxPlatformMac.cpp b/gfx/thebes/gfxPlatformMac.cpp index ed6138b91c2..4caf9d6234b 100644 --- a/gfx/thebes/gfxPlatformMac.cpp +++ b/gfx/thebes/gfxPlatformMac.cpp @@ -429,12 +429,7 @@ 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(); + return true; } qcms_profile *