[webkit-reviews] review granted: [Bug 60679] Switch paintBoxDecorationWithSize to IntRect : [Attachment 93351] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 12 15:10:25 PDT 2011


Eric Seidel <eric at webkit.org> has granted Levi Weintraub <leviw at chromium.org>'s
request for review:
Bug 60679: Switch paintBoxDecorationWithSize to IntRect
https://bugs.webkit.org/show_bug.cgi?id=60679

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

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

> Source/WebCore/rendering/RenderBox.cpp:808
> +    if (paintInfo.shouldPaintWithinRoot(this))
> +	   paintBoxDecorationsWithSize(paintInfo, IntRect(tx, ty, width(),
height()));

I think I like the other style better.	But it doesn't really matter. :)


More information about the webkit-reviews mailing list