[webkit-reviews] review granted: [Bug 131259] Subpixel rendering: Slow paint path for inlines should snap to device pixels. : [Attachment 228755] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 7 15:09:20 PDT 2014
Simon Fraser (smfr) <simon.fraser at apple.com> has granted Zalan Bujtas
<zalan at apple.com>'s request for review:
Bug 131259: Subpixel rendering: Slow paint path for inlines should snap to
device pixels.
https://bugs.webkit.org/show_bug.cgi?id=131259
Attachment 228755: Patch
https://bugs.webkit.org/attachment.cgi?id=228755&action=review
------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=228755&action=review
> Source/WebCore/rendering/TextPainter.h:84
> - FloatRect& m_boxRect;
> - FloatPoint& m_textOrigin;
> + FloatRect m_boxRect;
> + FloatPoint m_textOrigin;
Changelog didn't explain this.
More information about the webkit-reviews
mailing list