[webkit-reviews] review granted: [Bug 129259] Subpixel rendering: Ensure consistent border painting width. : [Attachment 225089] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 25 16:59:59 PST 2014


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Zalan Bujtas
<zalan at apple.com>'s request for review:
Bug 129259: Subpixel rendering: Ensure consistent border painting width.
https://bugs.webkit.org/show_bug.cgi?id=129259

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

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=225089&action=review


> Source/WebCore/rendering/RenderBoxModelObject.cpp:1452
> +    float widthForPainting() const { return isPresent ? 
flooredToDevicePixelWidth : 0.f; }

Is the .f required?


More information about the webkit-reviews mailing list