[webkit-reviews] review granted: [Bug 88259] Add missing FractionalLayoutUnit += operator and move LineWidth to use all floats : [Attachment 145638] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 4 15:24:47 PDT 2012


Ryosuke Niwa <rniwa at webkit.org> has granted Emil A Eklund <eae at chromium.org>'s
request for review:
Bug 88259: Add missing FractionalLayoutUnit += operator and move LineWidth to
use all floats
https://bugs.webkit.org/show_bug.cgi?id=88259

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

------- Additional Comments from Ryosuke Niwa <rniwa at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=145638&action=review


> Source/WebCore/rendering/RenderBlockLineLayout.cpp:110
> -    int m_left;
> -    int m_right;
> +    float m_left;
> +    float m_right;

Yikes. Nice to fix this.


More information about the webkit-reviews mailing list