merge mozilla-central to autoland. r=merge a=merge

This commit is contained in:
Sebastian Hengst 2017-10-25 13:05:15 +02:00
Родитель 3f0d379cb0 dd47bee646
Коммит e0ef051369
1 изменённых файлов: 1 добавлений и 5 удалений

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

@ -75,11 +75,7 @@
window);
document.addEventListener("mousemove", mouseMoveHandler);
requestAnimationFrame(() => {
setTimeout(() => {
synthesizeMouseAtCenter(div, {type: "mousemove"}, window);
}, 0);
});
synthesizeMouseAtCenter(div, {type: "mousemove"}, window);
} else {
info("Got pointerlockchange for exiting");
pointerUnlocked = true;