[webkit-reviews] review granted: [Bug 50465] The chunked update drawing area is flipped twice when drawing : [Attachment 75514] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 3 11:09:40 PST 2010


mitz at webkit.org has granted Anders Carlsson <andersca at apple.com>'s request for
review:
Bug 50465: The chunked update drawing area is flipped twice when drawing
https://bugs.webkit.org/show_bug.cgi?id=50465

Attachment 75514: Patch
https://bugs.webkit.org/attachment.cgi?id=75514&action=review

------- Additional Comments from mitz at webkit.org
I think you can save on a bunch of function calls here. Roll the translation
into the origin of the parameter you pass to CGContextDrawImage, and instead of
saving and restoring gstate, just apply the scale again.


More information about the webkit-reviews mailing list