Bug 658314 - UserToDevice uses the transform matrix. r=roc

--HG--
extra : rebase_source : 642b8d2ec5c5a523c74d44c4285731810f28e7ba
This commit is contained in:
Benjamin Peterson 2011-05-21 22:06:24 +02:00
Родитель 695f80cd69
Коммит 77408a88a6
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -323,8 +323,8 @@ public:
gfxRect DeviceToUser(const gfxRect& rect) const;
/**
* Converts a point from user to device coordinates using the inverse
* transformation matrix.
* Converts a point from user to device coordinates using the transformation
* matrix.
*/
gfxPoint UserToDevice(const gfxPoint& point) const;