[webkit-reviews] review granted: [Bug 127949] Subpixel rendering: Change BorderData's width from unsigned to float to enable subpixel border painting. : [Attachment 222732] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 30 14:56:48 PST 2014


Andreas Kling <akling at apple.com> has granted Zalan Bujtas <zalan at apple.com>'s
request for review:
Bug 127949: Subpixel rendering: Change BorderData's width from unsigned to
float to enable subpixel border painting.
https://bugs.webkit.org/show_bug.cgi?id=127949

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

------- Additional Comments from Andreas Kling <akling at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=222732&action=review


r=me

> Source/WebCore/rendering/style/BorderValue.h:89
> -    unsigned m_isAuto : 1; // OutlineIsAuto
> +    unsigned m_isAuto : 27; // OutlineIsAuto

You can leave this alone.


More information about the webkit-reviews mailing list