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
parent 94ae4e66a0
commit 27771cbe33

View File

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