[Webkit-unassigned] [Bug 34194] [BREWMP] Add conversions between IntPoint and AEEPoint

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 1 15:40:48 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=34194


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #47486|review?                     |review+
               Flag|                            |




--- Comment #2 from Eric Seidel <eric at webkit.org>  2010-02-01 15:40:48 PST ---
(From update of attachment 47486)
4     : m_x(static_cast<int>(point.x))
 35     , m_y(static_cast<int>(point.y))

Why do you need static_cast?  Shouldn't an int16 expand to an int32 without
cast?

Otherewise looks fine.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list