Bug 774026: Enable async video for b2g. r=gal

This commit is contained in:
Chris Jones 2012-07-14 20:29:17 -07:00
Родитель 966f3cd0b1
Коммит eac660d607
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -246,6 +246,7 @@ pref("ui.dragThresholdY", 25);
// Layers Acceleration
pref("layers.acceleration.disabled", false);
pref("layers.offmainthreadcomposition.enabled", false);
pref("layers.async-video.enabled", true);
// Web Notifications
pref("notification.feature.enabled", true);