[webkit-reviews] review granted: [Bug 81178] Prepare RenderObject for FractionalLayoutUnits : [Attachment 131970] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 16 14:53:56 PDT 2012


Eric Seidel <eric at webkit.org> has granted Levi Weintraub <leviw at chromium.org>'s
request for review:
Bug 81178: Prepare RenderObject for FractionalLayoutUnits
https://bugs.webkit.org/show_bug.cgi?id=81178

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

------- Additional Comments from Eric Seidel <eric at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=131970&action=review


> Source/WebCore/rendering/RenderObject.cpp:1368
> +IntRect RenderObject::pixelSnappedAbsoluteClippedOverflowRect() const
> +{
> +    return pixelSnappedIntRect(absoluteClippedOverflowRect());
> +}

Bleh.  Why wouldn't people just call absoluteClippedOverFlowRect().snapped()?


More information about the webkit-reviews mailing list