From 77408a88a659ecb0699376fd000f87c0462c5156 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 21 May 2011 22:06:24 +0200 Subject: [PATCH] Bug 658314 - UserToDevice uses the transform matrix. r=roc --HG-- extra : rebase_source : 642b8d2ec5c5a523c74d44c4285731810f28e7ba --- gfx/thebes/gfxContext.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gfx/thebes/gfxContext.h b/gfx/thebes/gfxContext.h index 6ac8143ec750..9f6a7a97b8c2 100644 --- a/gfx/thebes/gfxContext.h +++ b/gfx/thebes/gfxContext.h @@ -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;