Bug 1322504 - Part3. Disable RotationBuffer when enabling WR. r=sotaro

This commit is contained in:
Ethan Lin 2017-01-12 16:09:07 +08:00
Родитель 68d615c0bd
Коммит ea28a63a52
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -4650,7 +4650,11 @@ pref("layers.offmainthreadcomposition.async-animations", true);
// Whether to log information about off main thread animations to stderr // Whether to log information about off main thread animations to stderr
pref("layers.offmainthreadcomposition.log-animations", false); pref("layers.offmainthreadcomposition.log-animations", false);
#ifdef MOZ_ENABLE_WEBRENDER
pref("layers.bufferrotation.enabled", false);
#else
pref("layers.bufferrotation.enabled", true); pref("layers.bufferrotation.enabled", true);
#endif
pref("layers.componentalpha.enabled", true); pref("layers.componentalpha.enabled", true);
pref("layers.draw-mask-debug", false); pref("layers.draw-mask-debug", false);