From 1907a7a7ecd10bc2e292698002db9efb9c757d25 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 2 Nov 2012 11:15:10 -0400 Subject: [PATCH] Bug 807760 - Disable OMTC in b2g builds on Windows. r=cjones --- b2g/app/b2g.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/b2g/app/b2g.js b/b2g/app/b2g.js index 5b0a4d0726f..dbfa309cd9f 100644 --- a/b2g/app/b2g.js +++ b/b2g/app/b2g.js @@ -236,7 +236,9 @@ pref("ui.dragThresholdY", 25); // Layers Acceleration pref("layers.acceleration.disabled", false); +#ifndef XP_WIN pref("layers.offmainthreadcomposition.enabled", true); +#endif pref("layers.offmainthreadcomposition.animate-opacity", true); pref("layers.offmainthreadcomposition.animate-transform", true); pref("layers.async-video.enabled", true);