RESOLVED FIXED 131525
Subpixel rendering: WK1: Trail of cruft in redraw during animations.
https://bugs.webkit.org/show_bug.cgi?id=131525
Summary Subpixel rendering: WK1: Trail of cruft in redraw during animations.
zalan
Reported 2014-04-10 20:34:39 PDT
Repaint rect is snapped to integral position which can result in cruft. Use enclosing integral rect for now (until we transition views to device pixel boundaries).
Attachments
Patch (5.23 KB, patch)
2014-04-10 20:47 PDT, zalan
no flags
Patch (5.60 KB, patch)
2014-04-11 09:13 PDT, zalan
no flags
zalan
Comment 1 2014-04-10 20:47:29 PDT
zalan
Comment 2 2014-04-10 20:48:17 PDT
Simon Fraser (smfr)
Comment 3 2014-04-10 22:02:35 PDT
Comment on attachment 229101 [details] Patch Can you explain in the change log why WK1 is different? It's not clear to me.
zalan
Comment 4 2014-04-11 09:13:29 PDT
zalan
Comment 5 2014-04-11 09:15:29 PDT
(In reply to comment #3) > (From update of attachment 229101 [details]) > Can you explain in the change log why WK1 is different? It's not clear to me. Done. WK2 has compositing RenderView so RenderLayerBacking takes care of the repaintrects.
WebKit Commit Bot
Comment 6 2014-04-11 09:51:09 PDT
Comment on attachment 229137 [details] Patch Clearing flags on attachment: 229137 Committed r167129: <http://trac.webkit.org/changeset/167129>
WebKit Commit Bot
Comment 7 2014-04-11 09:51:13 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.