[Webkit-unassigned] [Bug 37440] [WINCE] Port tiled backing store

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 4 13:10:53 PDT 2010


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





--- Comment #13 from Simon Hausmann <hausmann at webkit.org>  2010-08-04 13:10:52 PST ---
(From update of attachment 56686)
WebCore/platform/graphics/wince/TileWinCE.cpp:117
 +  static void getUpdateRects(HRGN region, Vector<IntRect>& rects)
Before this function you define the convenient enclosingRect() helper function, and a few lines into this function you call GetRgnBox instead of the newly defined helper functions. I suggest to make use of it :)

The rest of the patch looks okay to me, although I pity you guys for having to use HRGN :)

-- 
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