RESOLVED FIXED 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
Summary Subpixel rendering: Change BorderData's width from unsigned to float to enabl...
zalan
Reported 2014-01-30 14:07:50 PST
SSIA
Attachments
Patch (17.58 KB, patch)
2014-01-30 14:12 PST, zalan
kling: review+
zalan
Comment 1 2014-01-30 14:12:02 PST
Andreas Kling
Comment 2 2014-01-30 14:54:13 PST
Comment on attachment 222732 [details] Patch 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.
zalan
Comment 3 2014-01-30 19:47:34 PST
Note You need to log in before you can comment on or make changes to this bug.