[webkit-reviews] review granted: [Bug 41036] REGRESSION (r61341): Image interpolation quality changes during scrolling and when activating / deactivating application : [Attachment 59550] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 23 12:50:28 PDT 2010


Dave Hyatt <hyatt at apple.com> has granted Stephen White
<senorblanco at chromium.org>'s request for review:
Bug 41036: REGRESSION (r61341): Image interpolation quality changes during
scrolling and when activating / deactivating application
https://bugs.webkit.org/show_bug.cgi?id=41036

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

------- Additional Comments from Dave Hyatt <hyatt at apple.com>
This looks good to me.	We definitely only want to kick to low quality if an
image changes size.  We never want to kick to low quality if an image is
statically scaled and not changing size (but repainting rapidly).  Graphics
systems will have a cache of the image in that case, so there's no need for low
quality.  If the case where you have multiple copies of the same image at
different static scales all repainting rapidly is slow, that's fine. That's not
really a case we need to be concerned about.


More information about the webkit-reviews mailing list