Bug 451441 – don't synchronously redraw everytime we move the canvas r=stuart

This commit is contained in:
Brad Lassey 2008-08-27 17:28:03 -04:00
Родитель 94ae4e66a0
Коммит 27771cbe33
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -479,7 +479,7 @@
// Force a sync redraw
window.QueryInterface(Components.interfaces.nsIInterfaceRequestor)
.getInterface(Components.interfaces.nsIDOMWindowUtils)
.redraw();
.processUpdates();
]]></body>
</method>