Rename _browserToCanvas2 to _redrawRect (no bug)

This commit is contained in:
Gavin Sharp 2008-10-01 13:41:46 -04:00
Родитель 1316c210fa
Коммит 9cd5f34887
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -244,7 +244,7 @@
for (let i = 0; i < aEvent.clientRects.length; i++) {
let e = aEvent.clientRects.item(i);
//dump(Math.floor(e.left) + ", " + Math.floor(e.top) + ", " + Math.ceil(e.width) + ", " + Math.ceil(e.height) + "\n");
self._browserToCanvas2(Math.floor(e.left), Math.floor(e.top), Math.ceil(e.width), Math.ceil(e.height));
self._redrawRect(Math.floor(e.left), Math.floor(e.top), Math.ceil(e.width), Math.ceil(e.height));
}
}
});
@ -538,7 +538,7 @@
]]></body>
</method>
<method name="_browserToCanvas2">
<method name="_redrawRect">
<parameter name="x"/>
<parameter name="y"/>
<parameter name="width"/>